Uses of Class
javax.jdo.annotations.PersistenceModifier

Packages that use PersistenceModifier
javax.jdo.annotations   
javax.jdo.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 PersistenceModifier
static PersistenceModifier PersistenceModifier.valueOf(java.lang.String name)
          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 PersistenceModifier
 PersistenceModifier MemberMetadata.getPersistenceModifier()
          Accessor for the persistence modifier of the field/property.
 

Methods in javax.jdo.metadata with parameters of type PersistenceModifier
 MemberMetadata MemberMetadata.setPersistenceModifier(PersistenceModifier mod)
          Method to set the persistence-modifier of the field/property.
 



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