Uses of Class
org.datanucleus.store.rdbms.table.ClassTable
-
Packages that use ClassTable Package Description org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of ClassTable in org.datanucleus.store.rdbms.table
Methods in org.datanucleus.store.rdbms.table that return ClassTable Modifier and Type Method Description ClassTable
ClassTable. getTableManagingMapping(JavaTypeMapping mapping)
ClassTable
ClassTable. getTableWithDiscriminator()
Convenience method to return the root table with a discriminator in this inheritance tree.
-