Uses of Enum
javax.jdo.annotations.PersistenceModifier
Packages that use PersistenceModifier
Package
Description
This package contains the JDO annotations for use as an alternative to XML metadata.
This package contains classes representing the different components of the JDO Metadata.
-
Uses of PersistenceModifier in javax.jdo.annotations
Methods in javax.jdo.annotations that return PersistenceModifierModifier and TypeMethodDescriptionstatic PersistenceModifier
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. -
Uses of PersistenceModifier in javax.jdo.metadata
Methods in javax.jdo.metadata that return PersistenceModifierModifier and TypeMethodDescriptionMemberMetadata.getPersistenceModifier()
Accessor for the persistence modifier of the field/property.Methods in javax.jdo.metadata with parameters of type PersistenceModifierModifier and TypeMethodDescriptionMemberMetadata.setPersistenceModifier
(PersistenceModifier mod) Method to set the persistence-modifier of the field/property.