Uses of Class
org.jpox.store.rdbms.table.AbstractTable

Packages that use AbstractTable
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
 

Uses of AbstractTable in org.jpox.store.rdbms.table
 

Subclasses of AbstractTable in org.jpox.store.rdbms.table
 class AbstractClassTable
          Abstract representation of a table for a class.
 class ArrayTable
          Join table for storing an array of objects.
 class ClassTable
          Table representing a Java class (or classes) as a first class object (FCO).
 class ClassView
          Representation of an SQL View for a Class.
 class CollectionTable
          Representation of a join table for a Collection.
 class ElementContainerTable
          Representation of a join table for a container of elements.
 class JoinTable
          Abstract class representing a field that maps to a table in the datastore.
 class ListTable
          Representation of a join table for a List/array.
 class MapTable
          Representation of a join table for a Map relationship.
 class ProbeTable
          Utility class used for detecting database schema existence and provides means of determining the schema name.
 class SchemaTable
          Class defining JPOX schema definition tables.
 class SecondaryTable
          Representation of a secondary table for a class.
 class SequenceTable
          Class defining a table sequence for unique identifiers
 class SetTable
          Representation of a join table for a Set/Collection.
 class TableImpl
          Class representing a table in a datastore (RDBMS).
 class ViewImpl
          Representation of a View in a datastore (RDBMS).
 



Copyright © -2007 . All Rights Reserved.