Uses of Class
org.hibernate.metamodel.binding.CollectionElementNature

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
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.
 

Methods in org.hibernate.metamodel.binding with parameters of type CollectionElementNature
 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)
           
 

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)
           
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.