Uses of Class
javax.jdo.annotations.PersistenceModifier
-
Packages that use PersistenceModifier Package Description javax.jdo.annotations -
-
Uses of PersistenceModifier in javax.jdo.annotations
Methods in javax.jdo.annotations that return PersistenceModifier Modifier and Type Method Description PersistenceModifier
persistenceModifier()
Modifier for this field.static PersistenceModifier
PersistenceModifier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PersistenceModifier[]
PersistenceModifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-