Uses of Class
org.datanucleus.store.rdbms.table.ClassTable
Packages that use ClassTable
Package
Description
Package providing management of the persistence to RDBMS datastores.
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 ClassTableModifier and TypeMethodDescriptionprivate boolean
FlushReferential.isTableSuitableForBatching
(ClassTable table) -
Uses of ClassTable in org.datanucleus.store.rdbms.table
Fields in org.datanucleus.store.rdbms.table declared as ClassTableModifier and TypeFieldDescriptionprivate 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 ClassTableModifier and TypeMethodDescriptionprivate ClassTable
ClassTable.getSupertable
(org.datanucleus.metadata.AbstractClassMetaData theCmd, org.datanucleus.ClassLoaderResolver clr) Utility to find the table above this one.ClassTable.getTableManagingMapping
(JavaTypeMapping mapping) final 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 ClassTableModifierConstructorDescription(package private)
SecondaryTable
(DatastoreIdentifier tableName, RDBMSStoreManager storeMgr, ClassTable primaryTable, org.datanucleus.metadata.JoinMetaData jmd, org.datanucleus.ClassLoaderResolver clr) Constructor.