|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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(org.apache.openjpa.meta.FieldMetaData fmd,
java.lang.reflect.Member member)
Return the code for the strategy of the given member. |
protected PersistenceStrategy |
AnnotationPersistenceMetaDataSerializer.getStrategy(org.apache.openjpa.meta.FieldMetaData fmd)
Return the serialized strategy name. |
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 . |
protected void |
AnnotationPersistenceMetaDataSerializer.serializeFieldMappingContent(org.apache.openjpa.meta.FieldMetaData fmd,
PersistenceStrategy strategy,
AnnotationBuilder ab)
Serialize field mapping content; this will be called before #serializeValueMappingContent . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |