Uses of Class
org.datanucleus.store.rdbms.table.ClassTable
-
Packages that use ClassTable Package Description org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores.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
Methods in org.datanucleus.store.rdbms with parameters of type ClassTable Modifier and Type Method Description private boolean
FlushReferential. isTableSuitableForBatching(ClassTable table)
-
Uses of ClassTable in org.datanucleus.store.rdbms.table
Fields in org.datanucleus.store.rdbms.table declared as ClassTable Modifier and Type Field Description private ClassTable
SecondaryTable. primaryTable
Primary tableprivate ClassTable
ClassTable. supertable
Table above this table storing superclass information (if any).Methods in org.datanucleus.store.rdbms.table that return ClassTable Modifier and Type Method Description private ClassTable
ClassTable. getSupertable(org.datanucleus.metadata.AbstractClassMetaData theCmd, org.datanucleus.ClassLoaderResolver clr)
Utility to find the table above this one.ClassTable
ClassTable. getTableManagingMapping(JavaTypeMapping mapping)
ClassTable
ClassTable. getTableWithDiscriminator()
Convenience method to return the root table with a discriminator in this inheritance tree.Constructors in org.datanucleus.store.rdbms.table with parameters of type ClassTable Constructor Description SecondaryTable(DatastoreIdentifier tableName, RDBMSStoreManager storeMgr, ClassTable primaryTable, org.datanucleus.metadata.JoinMetaData jmd, org.datanucleus.ClassLoaderResolver clr)
Constructor.
-