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 java.util.Collection<? extends SecondaryDatastoreClass>
ClassTable. getSecondaryDatastoreClasses()
java.util.Collection<? extends SecondaryDatastoreClass>
DatastoreClass. getSecondaryDatastoreClasses()
Accessor for any secondary tables for this table.java.util.Collection<? extends SecondaryDatastoreClass>
SecondaryTable. getSecondaryDatastoreClasses()
-