Uses of Class
javax.persistence.metamodel.PluralAttribute.CollectionType
-
Packages that use PluralAttribute.CollectionType Package Description javax.persistence.metamodel Jakarta Persistence Metamodel API -
-
Uses of PluralAttribute.CollectionType in javax.persistence.metamodel
Methods in javax.persistence.metamodel that return PluralAttribute.CollectionType Modifier and Type Method Description PluralAttribute.CollectionTypePluralAttribute. getCollectionType()Return the collection type.static PluralAttribute.CollectionTypePluralAttribute.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.
-