|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractClassStrategy | |
---|---|
org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies |
Uses of AbstractClassStrategy in org.apache.openjpa.jdbc.meta.strats |
---|
Subclasses of AbstractClassStrategy in org.apache.openjpa.jdbc.meta.strats | |
---|---|
class |
EmbeddedClassStrategy
Class mapping for embedded objects. |
class |
FlatClassStrategy
Mapping for classes mapped to their superclass table. |
class |
FullClassStrategy
Mapping for when the class maps all fields to its own table. |
class |
NoneClassStrategy
Strategy for classes that aren't mapped. |
class |
ObjectIdClassStrategy
Class mapping for embedded object id fields. |
class |
VerticalClassStrategy
Mapping for subclasses that join to their superclass table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |