Uses of Class
javax.persistence.metamodel.PluralAttribute.CollectionType

Packages that use PluralAttribute.CollectionType
javax.persistence.metamodel   
 

Uses of PluralAttribute.CollectionType in javax.persistence.metamodel
 

Methods in javax.persistence.metamodel that return PluralAttribute.CollectionType
 PluralAttribute.CollectionType PluralAttribute.getCollectionType()
           
static PluralAttribute.CollectionType PluralAttribute.CollectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluralAttribute.CollectionType[] PluralAttribute.CollectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.