Uses of Class
org.datanucleus.store.rdbms.table.SecondaryTable
-
Packages that use SecondaryTable Package Description org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of SecondaryTable in org.datanucleus.store.rdbms.table
Fields in org.datanucleus.store.rdbms.table with type parameters of type SecondaryTable Modifier and Type Field Description private java.util.Map<java.lang.String,SecondaryTable>
ClassTable. secondaryTables
Secondary tables for this table (if any).
-