|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.abstractstore | |
---|---|
AbstractBrokerFactory
Abstract implementation of the BrokerFactory
that must be subclassed for a specific runtime. |
|
BrokerFactory
Factory for Broker instances. |
|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCState
Base class for all lifecycle states. |
|
Seq
Internal OpenJPA sequence interface. |
|
StoreContext
Represents a set of managed objects and their environment. |
|
StoreManager
Interface to be implemented by data store mechanisms to interact with this runtime. |
|
StoreQuery
Component that executes queries against the datastore. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.conf | |
---|---|
BrokerImpl
Concrete Broker . |
|
DetachState
Constants for which fields to include in the detach graph. |
|
InverseManager
Class which manages inverse relations before flushing to the datastore. |
|
LockManager
Handles obtaining and releasing locks on objects. |
|
SavepointManager
A manager for handling savepoints. |
|
Seq
Internal OpenJPA sequence interface. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.datacache | |
---|---|
AbstractPCData
Abstract base class which implements core PCData behavior. |
|
DelegatingStoreManager
Base class for store manager decorators that delegate to another store manager for some operations. |
|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCData
Holds data about a single persistence capable instance. |
|
PCDataImpl
Default PCData implementation. |
|
PCState
Base class for all lifecycle states. |
|
Query
OpenJPA query interface. |
|
QueryContext
A query execution context. |
|
QueryOperations
Query operation constants. |
|
StoreContext
Represents a set of managed objects and their environment. |
|
StoreManager
Interface to be implemented by data store mechanisms to interact with this runtime. |
|
StoreQuery
Component that executes queries against the datastore. |
|
StoreQuery.Executor
An executor provides a uniform interface to the mechanism for executing either an in-memory or datastore query. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.enhance | |
---|---|
PCData
Holds data about a single persistence capable instance. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.event | |
---|---|
Broker
The broker is the primary interface into the OpenJPA runtime. |
|
BrokerFactory
Factory for Broker instances. |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.jdbc.conf | |
---|---|
BrokerImpl
Concrete Broker . |
|
StoreContext
Represents a set of managed objects and their environment. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.jdbc.kernel | |
---|---|
AbstractBrokerFactory
Abstract implementation of the BrokerFactory
that must be subclassed for a specific runtime. |
|
AbstractLockManager
Abstract LockManager implementation. |
|
AbstractStoreQuery
Abstract StoreQuery that implements most methods as no-ops. |
|
Broker
The broker is the primary interface into the OpenJPA runtime. |
|
BrokerFactory
Factory for Broker instances. |
|
BrokerImpl
Concrete Broker . |
|
DelegatingFetchConfiguration
Delegating fetch configuration that can also perform exception translation for use in facades. |
|
ExpressionStoreQuery
Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL. |
|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
|
FetchConfigurationImpl
Allows configuration and optimization of how objects are loaded from the data store. |
|
FetchConfigurationImpl.ConfigurationState
Configurable state shared throughout a traversal chain. |
|
LockLevels
Standard object lock levels. |
|
LockManager
Handles obtaining and releasing locks on objects. |
|
OpenJPASavepoint
Represents a savepoint where operations afterwards can be rolled back and restored to this point |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCState
Base class for all lifecycle states. |
|
QueryFlushModes
Constants for determining when to flush before queries. |
|
QueryOperations
Query operation constants. |
|
SavepointManager
A manager for handling savepoints. |
|
Seq
Internal OpenJPA sequence interface. |
|
StoreContext
Represents a set of managed objects and their environment. |
|
StoreManager
Interface to be implemented by data store mechanisms to interact with this runtime. |
|
StoreQuery
Component that executes queries against the datastore. |
|
StoreQuery.Executor
An executor provides a uniform interface to the mechanism for executing either an in-memory or datastore query. |
|
StoreQuery.Range
A query result range. |
|
VersionLockManager
LockManager implementation that provides support
for version checking and version updating when locks are acquired. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.jdbc.kernel.exps | |
---|---|
StoreContext
Represents a set of managed objects and their environment. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.jdbc.meta | |
---|---|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCState
Base class for all lifecycle states. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.jdbc.meta.strats | |
---|---|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCState
Base class for all lifecycle states. |
|
StoreContext
Represents a set of managed objects and their environment. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.jdbc.sql | |
---|---|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
StoreContext
Represents a set of managed objects and their environment. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.kernel | |
---|---|
AbstractBrokerFactory
Abstract implementation of the BrokerFactory
that must be subclassed for a specific runtime. |
|
AbstractLockManager
Abstract LockManager implementation. |
|
AbstractPCData
Abstract base class which implements core PCData behavior. |
|
AbstractStoreQuery
Abstract StoreQuery that implements most methods as no-ops. |
|
AutoClear
State clearing constants. |
|
AutoDetach
Bit flags for when to automatically detach the entire persistence context. |
|
Broker
The broker is the primary interface into the OpenJPA runtime. |
|
BrokerFactory
Factory for Broker instances. |
|
BrokerImpl
Concrete Broker . |
|
ConnectionRetainModes
Connection retain mode constants. |
|
DelegatingStoreManager
Base class for store manager decorators that delegate to another store manager for some operations. |
|
DetachedStateManager
Internal state manager for detached instances. |
|
DetachState
Constants for which fields to include in the detach graph. |
|
Extent
Representation of all members of a persistent class. |
|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
|
FetchConfigurationImpl
Allows configuration and optimization of how objects are loaded from the data store. |
|
FetchConfigurationImpl.ConfigurationState
Configurable state shared throughout a traversal chain. |
|
FindCallbacks
Allows facades to control the particulars of the find operation through callbacks. |
|
InverseManager
Class which manages inverse relations before flushing to the datastore. |
|
LockLevels
Standard object lock levels. |
|
LockManager
Handles obtaining and releasing locks on objects. |
|
OpCallbacks
Allows facades to control the particulars of persistence operations through callbacks. |
|
OpenJPASavepoint
Represents a savepoint where operations afterwards can be rolled back and restored to this point |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCData
Holds data about a single persistence capable instance. |
|
PCResultObjectProvider
Variant of ResultObjectProvider that populates a
OpenJPAStateManager object in an application-defined manner. |
|
PCState
Base class for all lifecycle states. |
|
Query
OpenJPA query interface. |
|
QueryContext
A query execution context. |
|
QueryFlushModes
Constants for determining when to flush before queries. |
|
QueryImpl
Implementation of the Query interface. |
|
QueryImpl.Compilation
Struct of compiled query properties. |
|
QueryOperations
Query operation constants. |
|
RestoreState
State restore constants. |
|
SaveFieldManager
FieldManager type used to store information for rollback. |
|
SavepointManager
A manager for handling savepoints. |
|
Seq
Internal OpenJPA sequence interface. |
|
StateManagerImpl
Implementation of the OpenJPAStateManager interface for use
with this runtime. |
|
StoreContext
Represents a set of managed objects and their environment. |
|
StoreManager
Interface to be implemented by data store mechanisms to interact with this runtime. |
|
StoreQuery
Component that executes queries against the datastore. |
|
StoreQuery.Executor
An executor provides a uniform interface to the mechanism for executing either an in-memory or datastore query. |
|
StoreQuery.Range
A query result range. |
|
UUIDHexSeq
Sequence for generating 32-character hex UUID strings. |
|
UUIDStringSeq
Sequence for generating 16-character UUID strings. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.kernel.exps | |
---|---|
ExpressionStoreQuery
Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL. |
|
StoreContext
Represents a set of managed objects and their environment. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.kernel.jpql | |
---|---|
ExpressionStoreQuery
Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.meta | |
---|---|
Query
OpenJPA query interface. |
|
Seq
Internal OpenJPA sequence interface. |
|
StoreContext
Represents a set of managed objects and their environment. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.persistence | |
---|---|
Broker
The broker is the primary interface into the OpenJPA runtime. |
|
BrokerFactory
Factory for Broker instances. |
|
DelegatingFetchConfiguration
Delegating fetch configuration that can also perform exception translation for use in facades. |
|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
|
FindCallbacks
Allows facades to control the particulars of the find operation through callbacks. |
|
OpCallbacks
Allows facades to control the particulars of persistence operations through callbacks. |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
Seq
Internal OpenJPA sequence interface. |
|
StoreContext
Represents a set of managed objects and their environment. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.persistence.jdbc | |
---|---|
DelegatingFetchConfiguration
Delegating fetch configuration that can also perform exception translation for use in facades. |
|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.util | |
---|---|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCState
Base class for all lifecycle states. |
|
StoreContext
Represents a set of managed objects and their environment. |
|
StoreManager
Interface to be implemented by data store mechanisms to interact with this runtime. |
Classes in org.apache.openjpa.kernel used by org.apache.openjpa.xmlstore | |
---|---|
FetchConfiguration
Allows configuration and optimization of how objects are loaded from the data store. |
|
OpenJPAStateManager
Interface implemented by OpenJPA state managers. |
|
PCState
Base class for all lifecycle states. |
|
StoreManager
Interface to be implemented by data store mechanisms to interact with this runtime. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |