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 booleanFlushReferential.isTableSuitableForBatching(ClassTable table) -
Uses of ClassTable in org.datanucleus.store.rdbms.table
Fields in org.datanucleus.store.rdbms.table declared as ClassTableModifier and TypeFieldDescriptionprivate ClassTableSecondaryTable.primaryTablePrimary tableprivate ClassTableClassTable.supertableTable above this table storing superclass information (if any).Methods in org.datanucleus.store.rdbms.table that return ClassTableModifier and TypeMethodDescriptionprivate ClassTableClassTable.getSupertable(org.datanucleus.metadata.AbstractClassMetaData theCmd, org.datanucleus.ClassLoaderResolver clr) Utility to find the table above this one.ClassTable.getTableManagingMapping(JavaTypeMapping mapping) final ClassTableClassTable.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.