Package | Description |
---|---|
org.hibernate.metamodel.binding |
Modifier and Type | Method and Description |
---|---|
abstract CollectionElementNature |
AbstractCollectionElement.getCollectionElementNature() |
CollectionElementNature |
OneToManyCollectionElement.getCollectionElementNature() |
CollectionElementNature |
BasicCollectionElement.getCollectionElementNature() |
CollectionElementNature |
CompositeCollectionElement.getCollectionElementNature() |
CollectionElementNature |
ManyToAnyCollectionElement.getCollectionElementNature() |
CollectionElementNature |
ManyToManyCollectionElement.getCollectionElementNature() |
static CollectionElementNature |
CollectionElementNature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionElementNature[] |
CollectionElementNature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BagBinding |
ComponentAttributeBinding.makeBagAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature) |
BagBinding |
AttributeBindingContainer.makeBagAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
Factory method for bag attribute bindings.
|
BagBinding |
EntityBinding.makeBagAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature) |
SetBinding |
ComponentAttributeBinding.makeSetAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature) |
SetBinding |
AttributeBindingContainer.makeSetAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
Factory method for bag attribute bindings.
|
SetBinding |
EntityBinding.makeSetAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature) |
Constructor and Description |
---|
AbstractPluralAttributeBinding(AttributeBindingContainer container,
PluralAttribute attribute,
CollectionElementNature collectionElementNature) |
BagBinding(AttributeBindingContainer container,
PluralAttribute attribute,
CollectionElementNature nature) |
SetBinding(AttributeBindingContainer container,
PluralAttribute attribute,
CollectionElementNature collectionElementNature) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.