Uses of Interface
org.apache.openjpa.jdbc.meta.ClassStrategy
Package
Description
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC ORM Strategies
-
Uses of ClassStrategy in org.apache.openjpa.jdbc.meta
Modifier and TypeClassDescriptionclass
Specialization of metadata for relational databases.Modifier and TypeMethodDescriptionprotected ClassStrategy
MappingRepository.defaultStrategy
(ClassMapping cls) Determine the default strategy to use for the given class.protected ClassStrategy
MappingRepository.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 ClassStrategy
MappingRepository.instantiateClassStrategy
(String name, ClassMapping cls) Return the strategy for the given name.protected ClassStrategy
MappingRepository.namedStrategy
(ClassMapping cls) Instantiate the given class' named strategy, or return null if no named strategy.Modifier and TypeMethodDescriptionvoid
ClassMapping.setStrategy
(ClassStrategy strategy, Boolean adapt) The strategy used to map this mapping. -
Uses of ClassStrategy in org.apache.openjpa.jdbc.meta.strats
Modifier and TypeClassDescriptionclass
No-op strategy for easy extension.class
Class mapping for embedded objects.class
Mapping for classes mapped to their superclass table.class
Mapping for when the class maps all fields to its own table.class
Strategy for classes that aren't mapped.class
Class mapping for embedded object id fields.class
Mapping for subclasses that join to their superclass table.