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
Subclasses with type arguments of type ClassPersistenceModifier in javax.jdo.metadataModifier and TypeClassDescriptionenumEnumeration of the persistence-modifier values for a class.Methods in javax.jdo.metadata that return ClassPersistenceModifierModifier and TypeMethodDescriptionClassMetadata.getPersistenceModifier()Accessor for the persistence modifier.static ClassPersistenceModifierReturns 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.