Uses of Interface
org.apache.openjpa.jdbc.meta.ClassStrategy
Packages that use ClassStrategy
Package
Description
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC ORM Strategies
- 
Uses of ClassStrategy in org.apache.openjpa.jdbc.metaClasses in org.apache.openjpa.jdbc.meta that implement ClassStrategyModifier and TypeClassDescriptionclassSpecialization of metadata for relational databases.Methods in org.apache.openjpa.jdbc.meta that return ClassStrategyModifier and TypeMethodDescriptionprotected ClassStrategyMappingRepository.defaultStrategy(ClassMapping cls) Determine the default strategy to use for the given class.protected ClassStrategyMappingRepository.defaultStrategy(ClassMapping cls, boolean adapting) Determine the default strategy to use for the given class.ClassMapping.getStrategy()The strategy used to map this mapping.protected ClassStrategyMappingRepository.instantiateClassStrategy(String name, ClassMapping cls) Return the strategy for the given name.protected ClassStrategyMappingRepository.namedStrategy(ClassMapping cls) Instantiate the given class' named strategy, or return null if no named strategy.Methods in org.apache.openjpa.jdbc.meta with parameters of type ClassStrategyModifier and TypeMethodDescriptionvoidClassMapping.setStrategy(ClassStrategy strategy, Boolean adapt) The strategy used to map this mapping.
- 
Uses of ClassStrategy in org.apache.openjpa.jdbc.meta.stratsClasses in org.apache.openjpa.jdbc.meta.strats that implement ClassStrategyModifier and TypeClassDescriptionclassNo-op strategy for easy extension.classClass mapping for embedded objects.classMapping for classes mapped to their superclass table.classMapping for when the class maps all fields to its own table.classStrategy for classes that aren't mapped.classClass mapping for embedded object id fields.classMapping for subclasses that join to their superclass table.