|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.openjpa.conf | |
---|---|
org.apache.openjpa.abstractstore | OpenJPA Abstract StoreManager Implementation This package provides some infrastructure classes to help in the creation of OpenJPA drivers for new non-relational data stores. |
org.apache.openjpa.conf | OpenJPA Configuration This package provides base OpenJPA configuration interfaces. |
org.apache.openjpa.datacache | OpenJPA Data Cache OpenJPA's data and query caching frameworks. |
org.apache.openjpa.enhance | OpenJPA Enhancer This package provides a bytecode enhancer used to post-process classes for use in a OpenJPA runtime. |
org.apache.openjpa.event | OpenJPA Events This package provides some interfaces and useful implementations for OpenJPA's event notification framework. |
org.apache.openjpa.instrumentation | |
org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. |
org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. |
org.apache.openjpa.kernel | OpenJPA Runtime Kernel This package provides a common OpenJPA runtime environment that can be adapted for use with various data store mechanisms. |
org.apache.openjpa.kernel.exps | OpenJPA Expression Tree |
org.apache.openjpa.meta | OpenJPA Metadata This package provides an extendable framework for parsing and caching persistence metadata. |
org.apache.openjpa.persistence | OpenJPA JPA This package provides an JPA facade to OpenJPA. |
org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC JDBC-specific extensions to OpenJPA JPA runtime. |
org.apache.openjpa.persistence.meta | OpenJPA MetaModel This package provides an implementation of Metamodel API of JPA 2.0 Specification. |
org.apache.openjpa.persistence.validation | |
org.apache.openjpa.slice | Extended OpenJPA Interfaces for distributed databases. |
org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. |
org.apache.openjpa.util | OpenJPA Utilities This package provides utilities to facilitate the handling of second class objects and OpenJPA object ids. |
org.apache.openjpa.xmlstore | XML Store Simple XML store using the common OpenJPA runtime system as a front end. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.abstractstore | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.conf | |
---|---|
BrokerFactoryValue
Value type used to represent the BrokerFactory . |
|
BrokerValue
Custom PluginValue that can efficiently create BrokerImpl
instances. |
|
CacheMarshaller
Responsible for marshalling and unmarshalling objects between memory and durable cache. |
|
CacheMarshaller.ValidationPolicy
Validation policies are responsible for computing whether or not a cached data structure is valid for the current context. |
|
CacheMarshallersValue
A configuration value for handling and accessing cache marshallers. |
|
CallbackOptions
Configurable options for callbacks. |
|
Compatibility
Struct encompassing backwards-compatibility options. |
|
DetachOptions
Detach options. |
|
MetaDataRepositoryValue
A PluginValue that interacts with the CacheMarshaller
to cache the metadata repository between executions. |
|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
|
QueryCompilationCacheValue
A cache of compiled queries. |
|
RemoteCommitProviderValue
Value type used to represent a RemoteCommitProvider . |
|
Specification
An immutable representation of a Specification supported by OpenJPA. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.datacache | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.enhance | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.event | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.instrumentation | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.jdbc.conf | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
|
OpenJPAConfigurationImpl
Implementation of the OpenJPAConfiguration interface. |
|
OpenJPAProductDerivation
Adds datastore based extension to ProductDerivation. |
|
SeqValue
Value type used to represent a sequence. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.jdbc.meta | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.kernel | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.kernel.exps | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.meta | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.persistence | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
|
OpenJPAProductDerivation
Adds datastore based extension to ProductDerivation. |
|
Specification
An immutable representation of a Specification supported by OpenJPA. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.persistence.jdbc | |
---|---|
OpenJPAProductDerivation
Adds datastore based extension to ProductDerivation. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.persistence.meta | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.persistence.validation | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.slice | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
|
OpenJPAProductDerivation
Adds datastore based extension to ProductDerivation. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.slice.jdbc | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
|
OpenJPAConfigurationImpl
Implementation of the OpenJPAConfiguration interface. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.util | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
Classes in org.apache.openjpa.conf used by org.apache.openjpa.xmlstore | |
---|---|
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and connect to a data source. |
|
OpenJPAConfigurationImpl
Implementation of the OpenJPAConfiguration interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |