Uses of Class
org.apache.openjpa.jdbc.meta.strats.AbstractDiscriminatorStrategy
-
Uses of AbstractDiscriminatorStrategy in org.apache.openjpa.jdbc.meta.strats
Modifier and TypeClassDescriptionclass
Stores the class name along with each database object record.class
Base discriminator strategy that determines the class of database records using a column holding a value mapped to a class, and limits SELECTs using an IN (...) statement.class
No-op Discriminator strategy.class
Discriminator strategy that outer joins to all possible subclass tables to determine the class of an instance.class
Discriminator strategy that delegates to superclass discriminator.class
Maps metadata-given values to classes.