Uses of Interface
org.datanucleus.store.rdbms.table.SecondaryDatastoreClass
Packages that use SecondaryDatastoreClass
Package
Description
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 SecondaryDatastoreClassModifier and TypeClassDescriptionclass
Representation of a secondary table for a class.Methods in org.datanucleus.store.rdbms.table that return types with arguments of type SecondaryDatastoreClassModifier and TypeMethodDescriptionCollection
<? extends SecondaryDatastoreClass> ClassTable.getSecondaryDatastoreClasses()
Collection
<? extends SecondaryDatastoreClass> DatastoreClass.getSecondaryDatastoreClasses()
Accessor for any secondary tables for this table.Collection
<? extends SecondaryDatastoreClass> SecondaryTable.getSecondaryDatastoreClasses()