Uses of Class
javax.jdo.metadata.ClassPersistenceModifier

Packages that use ClassPersistenceModifier
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
 ClassPersistenceModifier ClassMetadata.getPersistenceModifier()
          Accessor for the persistence modifier.
static ClassPersistenceModifier ClassPersistenceModifier.valueOf(java.lang.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
 ClassMetadata ClassMetadata.setPersistenceModifier(ClassPersistenceModifier mod)
          Method to define the persistence modifier.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.