Uses of Package
org.jpox

Packages that use org.jpox
org.jpox This package provides classes that are typically client-facing. 
org.jpox.management This package provides classes for management 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.plugin   
org.jpox.resource A JCA resource adapter for JPOX. 
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.sco.exceptions Provides exceptions that can be thrown when handling Second Class Objects (SCO's). 
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.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.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.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. 
org.jpox.util Provides utility classes used in the implementation that don't fit in a particular functional part of the system. 
 

Classes in org.jpox used by org.jpox
AbstractPersistenceManager
          This class implements the functionality needed for a JDO persistence manager.
AbstractPersistenceManagerFactory
          A factory used to obtain PersistenceManager instances.
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
FetchPlanImpl
          This class implements the FetchPlan interface.
FetchPlanImpl.FetchPlanForClass
          Class managing the fetch plan for a particular class.
ImplementationCreator
          Creates instances of PersistenceCapable objects
PersistenceManager
          Extension of JDO PersistenceManager.
PMFConfiguration
          Contains the user configuration for the PMF.
PMFContext
          Represents the context of a PMF instance.
StateManager
          Extension to SUN's JDO StateManager class.
Transaction
          Extension of SUN's JDO Transaction.
TypeManager
          Registry of type support within JPOX.
 

Classes in org.jpox used by org.jpox.management
PMFContext
          Represents the context of a PMF instance.
 

Classes in org.jpox used by org.jpox.metadata
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
PMFContext
          Represents the context of a PMF instance.
 

Classes in org.jpox used by org.jpox.plugin
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
 

Classes in org.jpox used by org.jpox.resource
AbstractPersistenceManager
          This class implements the functionality needed for a JDO persistence manager.
AbstractPersistenceManagerFactory
          A factory used to obtain PersistenceManager instances.
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
PersistenceManager
          Extension of JDO PersistenceManager.
PMFConfiguration
          Contains the user configuration for the PMF.
PMFContext
          Represents the context of a PMF instance.
StateManager
          Extension to SUN's JDO StateManager class.
Transaction
          Extension of SUN's JDO Transaction.
 

Classes in org.jpox used by org.jpox.sco
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.sco.exceptions
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.state
FetchPlanImpl.FetchPlanForClass
          Class managing the fetch plan for a particular class.
PersistenceManager
          Extension of JDO PersistenceManager.
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.store
AbstractPersistenceManagerFactory
          A factory used to obtain PersistenceManager instances.
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
FetchPlanImpl
          This class implements the FetchPlan interface.
PersistenceManager
          Extension of JDO PersistenceManager.
PMFContext
          Represents the context of a PMF instance.
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.store.expression
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
 

Classes in org.jpox used by org.jpox.store.extent
PersistenceManager
          Extension of JDO PersistenceManager.
 

Classes in org.jpox used by org.jpox.store.mapping
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
PersistenceManager
          Extension of JDO PersistenceManager.
StateManager
          Extension to SUN's JDO StateManager class.
TypeManager
          Registry of type support within JPOX.
 

Classes in org.jpox used by org.jpox.store.poid
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
 

Classes in org.jpox used by org.jpox.store.query
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
FetchPlanImpl
          This class implements the FetchPlan interface.
PersistenceManager
          Extension of JDO PersistenceManager.
 

Classes in org.jpox used by org.jpox.store.rdbms
AbstractPersistenceManagerFactory
          A factory used to obtain PersistenceManager instances.
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
PersistenceManager
          Extension of JDO PersistenceManager.
 

Classes in org.jpox used by org.jpox.store.rdbms.adapter
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
 

Classes in org.jpox used by org.jpox.store.rdbms.extent
PersistenceManager
          Extension of JDO PersistenceManager.
 

Classes in org.jpox used by org.jpox.store.rdbms.fieldmanager
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.store.rdbms.mapping
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
 

Classes in org.jpox used by org.jpox.store.rdbms.mapping.oracle
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.store.rdbms.query
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
PersistenceManager
          Extension of JDO PersistenceManager.
 

Classes in org.jpox used by org.jpox.store.rdbms.request
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.store.rdbms.scostore
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
PersistenceManager
          Extension of JDO PersistenceManager.
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.store.rdbms.sqlidentifier
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
 

Classes in org.jpox used by org.jpox.store.rdbms.table
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
PersistenceManager
          Extension of JDO PersistenceManager.
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.store.scostore
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
StateManager
          Extension to SUN's JDO StateManager class.
 

Classes in org.jpox used by org.jpox.util
ClassLoaderResolver
          Class to allow resolution and loading of classes in a persistence framework.
 



Copyright © -2007 . All Rights Reserved.