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



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.