Uses of Enum
javax.jdo.metadata.ClassPersistenceModifier
Packages that use ClassPersistenceModifier
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of ClassPersistenceModifier in javax.jdo.metadata
Methods in javax.jdo.metadata that return ClassPersistenceModifierModifier and TypeMethodDescriptionClassMetadata.getPersistenceModifier()
Accessor for the persistence modifier.static ClassPersistenceModifier
Returns the enum constant of this type with the specified name.static ClassPersistenceModifier[]
ClassPersistenceModifier.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.jdo.metadata with parameters of type ClassPersistenceModifierModifier and TypeMethodDescriptionClassMetadata.setPersistenceModifier
(ClassPersistenceModifier mod) Method to define the persistence modifier.