Uses of Interface
org.jpox.store.DatastoreObject

Packages that use DatastoreObject
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
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 DatastoreObject in org.jpox.store
 

Subinterfaces of DatastoreObject in org.jpox.store
 interface DatastoreClass
          Representation of a Java class in a datastore.
 interface DatastoreContainerObject
          This represents a container of fields.
 interface DatastoreField
          Representation of a Java field in a datastore.
 

Methods in org.jpox.store with parameters of type DatastoreObject
abstract  CollectionStore StoreManager.getBackingStoreForCollection(java.lang.Class instantiatedType, AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for a Collection, consistent with this store and the instantiated type.
abstract  MapStore StoreManager.getBackingStoreForMap(AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for a Map, consistent with this store and the instantiated type.
abstract  ArrayStore StoreManager.getBackingStoreForArray(AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for an array, consistent with this store and the instantiated type.
 

Uses of DatastoreObject in org.jpox.store.expression
 

Methods in org.jpox.store.expression that return DatastoreObject
 DatastoreObject LogicSetExpression.getMainTable()
          Accessor for the main table for this expression.
 

Uses of DatastoreObject in org.jpox.store.mapping
 

Fields in org.jpox.store.mapping declared as DatastoreObject
protected  DatastoreObject AbstractContainerMapping.contentsTable
          Datastore class of the contents.
 

Uses of DatastoreObject in org.jpox.store.rdbms
 

Classes in org.jpox.store.rdbms that implement DatastoreObject
 class Column
          Definition of a Column in the datastore.
 

Methods in org.jpox.store.rdbms with parameters of type DatastoreObject
 CollectionStore RDBMSManager.getBackingStoreForCollection(java.lang.Class instantiatedType, AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for a Collection, consistent with this store and the instantiated type.
 MapStore RDBMSManager.getBackingStoreForMap(AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for a Map, consistent with this store and the instantiated type.
 ArrayStore RDBMSManager.getBackingStoreForArray(AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for an array, consistent with this store and the instantiated type.
 

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

Subinterfaces of DatastoreObject in org.jpox.store.rdbms.table
 interface 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
 interface Table
          Representation of a table in a datastore.
 

Classes in org.jpox.store.rdbms.table that implement DatastoreObject
 class AbstractClassTable
          Abstract representation of a table for a class.
 class AbstractTable
          Abstract implementation of a table in the datastore.
 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.