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

Packages that use PersistenceStrategy
org.apache.openjpa.persistence OpenJPA JPA 
 

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.
static PersistenceStrategy PersistenceMetaDataDefaults.getPersistenceStrategy(FieldMetaData fmd, Member member)
          Return the code for the strategy of the given member.
static PersistenceStrategy PersistenceMetaDataDefaults.getPersistenceStrategy(FieldMetaData fmd, Member member, boolean ignoreTransient)
          Return the code for the strategy of the given member.
protected  PersistenceStrategy XMLPersistenceMetaDataSerializer.getStrategy(FieldMetaData fmd)
          Return the serialized strategy name.
protected  PersistenceStrategy AnnotationPersistenceMetaDataSerializer.getStrategy(FieldMetaData fmd)
          Return the serialized strategy name.
static PersistenceStrategy PersistenceStrategy.valueOf(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 are declared.
 

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



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