Uses of Class
org.apache.openjpa.persistence.PersistenceStrategy
-
Packages that use PersistenceStrategy Package Description org.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of PersistenceStrategy in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return PersistenceStrategy Modifier and Type Method Description protected PersistenceStrategyXMLPersistenceMetaDataParser. currentStrategy()Return the currentPersistenceStrategyif any.static PersistenceStrategyPersistenceMetaDataDefaults. getPersistenceStrategy(FieldMetaData fmd, java.lang.reflect.Member member)Return the code for the strategy of the given member.static PersistenceStrategyPersistenceMetaDataDefaults. getPersistenceStrategy(FieldMetaData fmd, java.lang.reflect.Member member, boolean ignoreTransient)Return the code for the strategy of the given member.protected PersistenceStrategyAnnotationPersistenceMetaDataSerializer. getStrategy(FieldMetaData fmd)Return the serialized strategy name.protected PersistenceStrategyXMLPersistenceMetaDataSerializer. getStrategy(FieldMetaData fmd)Return the serialized strategy name.static PersistenceStrategyPersistenceStrategy. 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 are declared.Methods in org.apache.openjpa.persistence with parameters of type PersistenceStrategy Modifier and Type Method Description protected voidAnnotationPersistenceMetaDataSerializer. serializeFieldMappingContent(FieldMetaData fmd, PersistenceStrategy strategy, AnnotationBuilder ab)Serialize field mapping content; this will be called before#serializeValueMappingContent.protected voidXMLPersistenceMetaDataSerializer. serializeFieldMappingContent(FieldMetaData fmd, PersistenceStrategy strategy)Serialize field mapping content; this will be called before#serializeValueMappingContent. -
Uses of PersistenceStrategy in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return PersistenceStrategy Modifier and Type Method Description protected PersistenceStrategyAnnotationPersistenceMappingSerializer. getStrategy(FieldMetaData fmd)protected PersistenceStrategyXMLPersistenceMappingSerializer. getStrategy(FieldMetaData fmd)Methods in org.apache.openjpa.persistence.jdbc with parameters of type PersistenceStrategy Modifier and Type Method Description protected voidAnnotationPersistenceMappingSerializer. serializeFieldMappingContent(FieldMetaData fmd, PersistenceStrategy strategy, AnnotationBuilder ab)protected voidXMLPersistenceMappingSerializer. serializeFieldMappingContent(FieldMetaData fmd, PersistenceStrategy strategy)
-