Uses of Class
org.datanucleus.store.rdbms.table.AbstractTable
-
Packages that use AbstractTable Package Description org.datanucleus.store.rdbms.autostart Package providing additional implementation(s) for the auto-start mechanism for RDBMS datastores.org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns.org.datanucleus.store.rdbms.valuegenerator Package providing a series of value generators for use in RDBMS datastores. -
-
Uses of AbstractTable in org.datanucleus.store.rdbms.autostart
Subclasses of AbstractTable in org.datanucleus.store.rdbms.autostart Modifier and Type Class Description classSchemaTableClass defining DataNucleus schema definition tables. -
Uses of AbstractTable in org.datanucleus.store.rdbms.table
Subclasses of AbstractTable in org.datanucleus.store.rdbms.table Modifier and Type Class Description classAbstractClassTableAbstract representation of a table for a class.classArrayTableRepresentation of a join table for an array.classClassTableTable representing a Java class (or classes) as a first class object (FCO).classClassViewRepresentation of an SQL View for a Class.classCollectionTableRepresentation of a join table for a Collection.classElementContainerTableRepresentation of a join table for a container of elements.classJoinTableAbstract class representing a field that maps to a table in the datastore.classMapTableRepresentation of a join table for a Map.classPersistableJoinTableRepresentation of a join table for the case where we have an N-1 unidirectional relation stored in a join table.classProbeTableUtility class used for detecting database schema existence and provides means of determining the schema name.classSecondaryTableRepresentation of a secondary table for a class.classTableImplClass representing a table in a datastore (RDBMS).classViewImplRepresentation of a View in a datastore (RDBMS). -
Uses of AbstractTable in org.datanucleus.store.rdbms.valuegenerator
Subclasses of AbstractTable in org.datanucleus.store.rdbms.valuegenerator Modifier and Type Class Description classSequenceTableClass defining a table for storing generated values for use with TableGenerator.
-