|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionElementNature | |
---|---|
org.hibernate.metamodel.binding |
Uses of CollectionElementNature in org.hibernate.metamodel.binding |
---|
Methods in org.hibernate.metamodel.binding that return CollectionElementNature | |
---|---|
CollectionElementNature |
ManyToManyCollectionElement.getCollectionElementNature()
|
CollectionElementNature |
BasicCollectionElement.getCollectionElementNature()
|
CollectionElementNature |
OneToManyCollectionElement.getCollectionElementNature()
|
abstract CollectionElementNature |
AbstractCollectionElement.getCollectionElementNature()
|
CollectionElementNature |
CompositeCollectionElement.getCollectionElementNature()
|
CollectionElementNature |
ManyToAnyCollectionElement.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. |
Methods in org.hibernate.metamodel.binding with parameters of type CollectionElementNature | |
---|---|
BagBinding |
AttributeBindingContainer.makeBagAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
Factory method for bag attribute bindings. |
BagBinding |
ComponentAttributeBinding.makeBagAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
|
BagBinding |
EntityBinding.makeBagAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
|
SetBinding |
AttributeBindingContainer.makeSetAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
Factory method for bag attribute bindings. |
SetBinding |
ComponentAttributeBinding.makeSetAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
|
SetBinding |
EntityBinding.makeSetAttributeBinding(PluralAttribute attribute,
CollectionElementNature nature)
|
Constructors in org.hibernate.metamodel.binding with parameters of type CollectionElementNature | |
---|---|
AbstractPluralAttributeBinding(AttributeBindingContainer container,
PluralAttribute attribute,
CollectionElementNature collectionElementNature)
|
|
BagBinding(AttributeBindingContainer container,
PluralAttribute attribute,
CollectionElementNature nature)
|
|
SetBinding(AttributeBindingContainer container,
PluralAttribute attribute,
CollectionElementNature collectionElementNature)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |