Uses of Class
org.jpox.store.rdbms.RDBMSManager

Packages that use RDBMSManager
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
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. 
 

Uses of RDBMSManager in org.jpox.store.rdbms
 

Fields in org.jpox.store.rdbms declared as RDBMSManager
protected  RDBMSManager SchemaAutoStarter.storeMgr
           
 

Methods in org.jpox.store.rdbms with parameters of type RDBMSManager
static int RDBMSStoreHelper.getTableType(RDBMSManager storeMgr, Table table, java.sql.Connection conn)
          Returns the type of a database table in the datastore.
static java.util.List RDBMSStoreHelper.getColumnInfoForTable(RDBMSManager storeMgr, Table table, java.sql.Connection conn)
          Returns the column info for a database table.
static java.util.List RDBMSStoreHelper.getTableInfo(RDBMSManager storeMgr, java.lang.String catalogName, java.lang.String schemaName, java.sql.Connection conn)
          Returns the table info.
static ColumnInfo RDBMSStoreHelper.getColumnInfoForColumnName(RDBMSManager storeMgr, Table table, java.sql.Connection conn, DatastoreIdentifier column)
          Returns the column info for a database table.
static java.util.List RDBMSStoreHelper.getForeignKeyInfoForTable(RDBMSManager storeMgr, Table table, java.sql.Connection conn)
          Returns the foreign key info for a database table.
static java.lang.String RDBMSStoreHelper.getClassNameForIdKeyUsingUnion(PersistenceManager pm, RDBMSManager storeMgr, java.lang.Object id, java.util.List schemaDataOptions)
          Utility that takes an id and a list of possible class RDBMSStoreData and finds which of these classes contains the object with that id.
static java.lang.String RDBMSStoreHelper.getClassNameForIdKeyUsingDiscriminator(PersistenceManager pm, RDBMSManager storeMgr, java.lang.Object id, java.util.List schemaDataOptions)
          Utility that takes an id and a list of possible class RDBMSStoreData and finds which of these classes contains the object with that id.
 

Constructors in org.jpox.store.rdbms with parameters of type RDBMSManager
SchemaAutoStarter(RDBMSManager store_mgr, ClassLoaderResolver clr)
          Constructor.
 

Uses of RDBMSManager in org.jpox.store.rdbms.scostore
 

Constructors in org.jpox.store.rdbms.scostore with parameters of type RDBMSManager
FKArrayStore(AbstractPropertyMetaData fmd, RDBMSManager storeMgr, ClassLoaderResolver clr)
          Constructor.
FKListStore(AbstractPropertyMetaData fmd, RDBMSManager storeMgr, ClassLoaderResolver clr)
          Constructor.
FKMapStore(AbstractPropertyMetaData fmd, RDBMSManager storeMgr, ClassLoaderResolver clr)
          Constructor for an Inverse Map.
FKSetStore(AbstractPropertyMetaData fmd, RDBMSManager storeMgr, ClassLoaderResolver clr)
          Constructor for the relationship representation.
 

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

Fields in org.jpox.store.rdbms.table declared as RDBMSManager
protected  RDBMSManager AbstractTable.storeMgr
          Manager for this table.
 

Constructors in org.jpox.store.rdbms.table with parameters of type RDBMSManager
TableImpl(DatastoreIdentifier name, RDBMSManager storeMgr)
          Constructor.
AbstractTable(DatastoreIdentifier identifier, RDBMSManager storeMgr)
          Constructor taking the table name and the RDBMSManager managing this table.
ViewImpl(DatastoreIdentifier name, RDBMSManager storeMgr)
          Constructor, taking the table identifier.
SchemaTable(RDBMSManager storeMgr)
          Constructor
SequenceTable(RDBMSManager storeMgr, java.util.Properties props)
          Constructor
JoinTable(DatastoreIdentifier tableName, AbstractPropertyMetaData fmd, RDBMSManager storeMgr)
          Constructor.
ArrayTable(DatastoreIdentifier tableName, AbstractPropertyMetaData fmd, RDBMSManager storeMgr)
          Constructor.
ElementContainerTable(DatastoreIdentifier tableName, AbstractPropertyMetaData fmd, RDBMSManager storeMgr)
          Constructor.
CollectionTable(DatastoreIdentifier tableName, AbstractPropertyMetaData fmd, RDBMSManager storeMgr)
          Constructor.
MapTable(DatastoreIdentifier tableName, AbstractPropertyMetaData fmd, RDBMSManager storeMgr)
          Constructor.
AbstractClassTable(DatastoreIdentifier tableName, RDBMSManager storeMgr)
          Constructor.
ClassTable(DatastoreIdentifier tableName, ClassMetaData cmd, RDBMSManager storeMgr, ClassLoaderResolver clr)
          Constructor.
ClassView(DatastoreIdentifier tableName, ClassMetaData cmd, RDBMSManager storeMgr, ClassLoaderResolver clr)
          Constructor for class view.
ListTable(DatastoreIdentifier tableName, AbstractPropertyMetaData fmd, RDBMSManager storeMgr)
          Constructor.
ProbeTable(RDBMSManager storeMgr)
          Constructor
SetTable(DatastoreIdentifier tableName, AbstractPropertyMetaData fmd, RDBMSManager storeMgr)
          Constructor.
 



Copyright © -2007 . All Rights Reserved.