Uses of Class
javax.jdo.metadata.ClassPersistenceModifier
-
Packages that use ClassPersistenceModifier Package Description javax.jdo.metadata 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 ClassPersistenceModifier Modifier and Type Method Description ClassPersistenceModifierClassMetadata. getPersistenceModifier()Accessor for the persistence modifier.static ClassPersistenceModifierClassPersistenceModifier. valueOf(String name)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 ClassPersistenceModifier Modifier and Type Method Description ClassMetadataClassMetadata. setPersistenceModifier(ClassPersistenceModifier mod)Method to define the persistence modifier.
-