Uses of Interface
org.datanucleus.store.rdbms.table.SecondaryDatastoreClass
-
Packages that use SecondaryDatastoreClass Package Description org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of SecondaryDatastoreClass in org.datanucleus.store.rdbms.table
Classes in org.datanucleus.store.rdbms.table that implement SecondaryDatastoreClass Modifier and Type Class Description class
SecondaryTable
Representation of a secondary table for a class.Methods in org.datanucleus.store.rdbms.table that return types with arguments of type SecondaryDatastoreClass Modifier and Type Method Description Collection<SecondaryDatastoreClass>
DatastoreClass. getSecondaryDatastoreClasses()
Accessor for any secondary tables for this table.
-