Uses of Class
org.apache.openjpa.persistence.PersistenceStrategy

Uses of PersistenceStrategy in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return PersistenceStrategy
protected  PersistenceStrategy XMLPersistenceMetaDataParser.currentStrategy()
          Return the current PersistenceStrategy if any.
protected  PersistenceStrategy XMLPersistenceMetaDataSerializer.getStrategy(org.apache.openjpa.meta.FieldMetaData fmd)
          Return the serialized strategy name.
static PersistenceStrategy PersistenceStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersistenceStrategy[] PersistenceStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.openjpa.persistence with parameters of type PersistenceStrategy
protected  void XMLPersistenceMetaDataSerializer.serializeFieldMappingContent(org.apache.openjpa.meta.FieldMetaData fmd, PersistenceStrategy strategy)
          Serialize field mapping content; this will be called before #serializeValueMappingContent.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.