Uses of Package
org.jpox.store.rdbms.table

Packages that use org.jpox.store.rdbms.table
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
 

Classes in org.jpox.store.rdbms.table used by org.jpox.store.rdbms
SchemaTable
          Class defining JPOX schema definition tables.
Table
          Representation of a table in a datastore.
 

Classes in org.jpox.store.rdbms.table used by org.jpox.store.rdbms.adapter
Table
          Representation of a table in a datastore.
TableImpl
          Class representing a table in a datastore (RDBMS).
ViewImpl
          Representation of a View in a datastore (RDBMS).
 

Classes in org.jpox.store.rdbms.table used by org.jpox.store.rdbms.scostore
ArrayTable
          Join table for storing an array of objects.
CollectionTable
          Representation of a join table for a Collection.
JoinTable
          Abstract class representing a field that maps to a table in the datastore.
MapTable
          Representation of a join table for a Map relationship.
 

Classes in org.jpox.store.rdbms.table used by org.jpox.store.rdbms.table
AbstractClassTable
          Abstract representation of a table for a class.
AbstractTable
          Abstract implementation of a table in the datastore.
ClassTable
          Table representing a Java class (or classes) as a first class object (FCO).
CollectionTable
          Representation of a join table for a Collection.
ElementContainerTable
          Representation of a join table for a container of elements.
JoinTable
          Abstract class representing a field that maps to a table in the datastore.
SCOTable
          Interface for a table that aggregates a FCO to SCO elements/keys/values or a FCO to embedded elements/keys/values in the association
Table
          Representation of a table in a datastore.
TableImpl
          Class representing a table in a datastore (RDBMS).
ViewImpl
          Representation of a View in a datastore (RDBMS).
 



Copyright © -2007 . All Rights Reserved.