Uses of Interface
org.datanucleus.store.schema.table.Table
Packages that use Table
Package
Description
Package handling the storage of classes to the datastore, and the management of the datastore.
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
-
Uses of Table in org.datanucleus.store
Fields in org.datanucleus.store declared as TableMethods in org.datanucleus.store that return TableModifier and TypeMethodDescriptionStoreData.getTable()
Accessor for the generic Table for this class/member (if the store plugin supports generic Tables).Methods in org.datanucleus.store with parameters of type Table -
Uses of Table in org.datanucleus.store.schema.table
Classes in org.datanucleus.store.schema.table that implement TableModifier and TypeClassDescriptionclass
Representation of a table for a class where the class is stored in "complete-table" inheritance (or in JPA "TablePerClass") whereby all members (in this class and superclasses) are handled in this table.Fields in org.datanucleus.store.schema.table declared as TableMethods in org.datanucleus.store.schema.table that return TableModifier and TypeMethodDescriptionColumn.getTable()
Accessor for the table for this column.ColumnImpl.getTable()
Constructors in org.datanucleus.store.schema.table with parameters of type Table