Uses of Package
org.jpox.store

Packages that use org.jpox.store
org.jpox This package provides classes that are typically client-facing. 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.resource A JCA resource adapter for JPOX. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.exceptions Provides exceptions that can be thrown when communicating with the datastore. 
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.extent Package providing a definition of an Extent, to be provided by datastore-specific providers. 
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.poid POID - Persistent Id Generation. 
org.jpox.store.query Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. 
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.exceptions   
org.jpox.store.rdbms.extent Provides implementations of the JDO Extent interface, for RDBMS tables and views. 
org.jpox.store.rdbms.fieldmanager Provides field-managers to populate JDBC Statements, and to extract from JDBC ResultSets. 
org.jpox.store.rdbms.key This package contains wrappers to various types of keys found in RDBMS databases. 
org.jpox.store.rdbms.mapping Package containing mappings for datastore (JDBC) types. 
org.jpox.store.rdbms.mapping.oracle Package containing mappings for Oracle datastores, extending on the mappings found in packages org.jpox.store.mapping and org.jpox.store.rdbms.mapping
org.jpox.store.rdbms.query Package providing extensions to the default QueryStatement used to generate all JDOQL queries. 
org.jpox.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. 
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.sqlidentifier This package contains a series of classes defining the names of datastore objects, such as tables, foreign keys, indexes, primary keys etc. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
org.jpox.store.scostore Package providing backing store definitions for SCO stores. 
 

Classes in org.jpox.store used by org.jpox
Dictionary
          Representation of a Dictionary to use in the generation of identifiers.
FieldValues
          Interface for field values.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.metadata
DatastoreFieldRole
          Representation of a role for a DatastoreField (column).
 

Classes in org.jpox.store used by org.jpox.resource
FieldValues
          Interface for field values.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.state
FieldValues
          Interface for field values.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store
AutoStartMechanism
          Interface defining an Auto-Start Mechanism.
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreClass
          Representation of a Java class in a datastore.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
DatastoreFieldRole
          Representation of a role for a DatastoreField (column).
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
DatastoreObject
          Representation of an datastore object in any datastore.
Dictionary
          Representation of a Dictionary to use in the generation of identifiers.
Dictionary.CaseIdentifier
          Enumeration for possible cases for identifiers
FetchStatement
          Representation of a statement to fetch a particular object.
IdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier.
OID
          An object identifier.
StatementText
          Representation of a statement.
StoreData
          Representation of a class/field managed by the StoreManager.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.exceptions
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
 

Classes in org.jpox.store used by org.jpox.store.expression
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
DatastoreObject
          Representation of an datastore object in any datastore.
StatementText
          Representation of a statement.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.extent
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.mapping
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
DatastoreObject
          Representation of an datastore object in any datastore.
StatementExpressionIndex
          Maintain an index for the mapping field vs columns in a JDBC statement.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.poid
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.query
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreClass
          Representation of a Java class in a datastore.
DatastoreContainerObject
          This represents a container of fields.
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
StatementExpressionIndex
          Maintain an index for the mapping field vs columns in a JDBC statement.
StatementText
          Representation of a statement.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.rdbms
AutoStartMechanism
          Interface defining an Auto-Start Mechanism.
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreClass
          Representation of a Java class in a datastore.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
DatastoreObject
          Representation of an datastore object in any datastore.
FetchStatement
          Representation of a statement to fetch a particular object.
StoreData
          Representation of a class/field managed by the StoreManager.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.adapter
AbstractDatastoreAdapter
          Generalised datastore representation.
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreContainerObject
          This represents a container of fields.
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
Dictionary
          Representation of a Dictionary to use in the generation of identifiers.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.exceptions
DatastoreContainerObject
          This represents a container of fields.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.extent
DatastoreClass
          Representation of a Java class in a datastore.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.fieldmanager
StatementExpressionIndex
          Maintain an index for the mapping field vs columns in a JDBC statement.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.key
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreClass
          Representation of a Java class in a datastore.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.mapping
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.mapping.oracle
DatastoreAdapter
          Definition of a datastore adapter.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.query
DatastoreContainerObject
          This represents a container of fields.
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
StatementExpressionIndex
          Maintain an index for the mapping field vs columns in a JDBC statement.
StatementText
          Representation of a statement.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.request
DatastoreClass
          Representation of a Java class in a datastore.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.scostore
DatastoreClass
          Representation of a Java class in a datastore.
DatastoreContainerObject
          This represents a container of fields.
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.sqlidentifier
DatastoreContainerObject
          This represents a container of fields.
DatastoreFieldRole
          Representation of a role for a DatastoreField (column).
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
IdentifierFactory
          Factory that creates immutable instances of DatastoreIdentifier.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.rdbms.table
DatastoreClass
          Representation of a Java class in a datastore.
DatastoreContainerObject
          This represents a container of fields.
DatastoreField
          Representation of a Java field in a datastore.
DatastoreFieldRole
          Representation of a role for a DatastoreField (column).
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
DatastoreObject
          Representation of an datastore object in any datastore.
StoreData
          Representation of a class/field managed by the StoreManager.
StoreManager
          An abstract representation of a Store Manager.
 

Classes in org.jpox.store used by org.jpox.store.scostore
DatastoreIdentifier
          Representation of an datastore identifier in any datastore.
StoreManager
          An abstract representation of a Store Manager.
 



Copyright © -2007 . All Rights Reserved.