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 booleanFlushReferential. 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 ClassTableSecondaryTable. primaryTablePrimary tableprivate ClassTableClassTable. supertableTable above this table storing superclass information (if any).Methods in org.datanucleus.store.rdbms.table that return ClassTable Modifier and Type Method Description private ClassTableClassTable. getSupertable(org.datanucleus.metadata.AbstractClassMetaData theCmd, org.datanucleus.ClassLoaderResolver clr)Utility to find the table above this one.ClassTableClassTable. getTableManagingMapping(JavaTypeMapping mapping)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 ClassTable Constructor Description SecondaryTable(DatastoreIdentifier tableName, RDBMSStoreManager storeMgr, ClassTable primaryTable, org.datanucleus.metadata.JoinMetaData jmd, org.datanucleus.ClassLoaderResolver clr)Constructor.
-