|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.openjpa.lib.util | |
---|---|
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.audit | OpenJPA Audit Facility Audit facility for OpenJPA. |
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.kernel | OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. |
org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. |
org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management This package provides utilities for managing the schema of persistent objects stored in a relational database. |
org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. |
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.kernel.jpql | JPA Query Language Support Allow any spec or store to use JPQL. |
org.apache.openjpa.lib.conf | Configuration Framework This package provides an extendable product configuration framework. |
org.apache.openjpa.lib.jdbc | Database Connectivity
Includes an implementation of the DataSource APIs
around a normal JDBC 1.x driver. |
org.apache.openjpa.lib.log | Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. |
org.apache.openjpa.lib.meta | Metadata Framework Extendable framework for metadata parsing and serializing. |
org.apache.openjpa.lib.rop | Result Object Provider Framework This package provides a framework for the lazy loading of potentially large lists of data. |
org.apache.openjpa.lib.util | General Utilities |
org.apache.openjpa.lib.util.concurrent | Concurrent Utilities |
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.jest | |
org.apache.openjpa.persistence.meta | OpenJPA MetaModel This package provides an implementation of Metamodel API of JPA 2.0 Specification. |
org.apache.openjpa.persistence.query | OpenJPA Dynamic Query This package provides dynamic query construction that are similar to weakly-typed Criteria API. |
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.tools.maven | |
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.lib.util used by org.apache.openjpa.abstractstore | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.audit | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.conf | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Localizer
The Localizer provides convenient access to localized strings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.datacache | |
---|---|
Clearable
Generic interface for components that can be cleared so that helpers can treat them in a generic way. |
|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
EventManager
Basic event manager interface. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.enhance | |
---|---|
BytecodeWriter
Control how enhanced bytecode is written. |
|
CodeFormat
Encapsulates some common Java source code formatting options. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.event | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
EventManager
Basic event manager interface. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.instrumentation | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.jdbc.conf | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.jdbc.kernel | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.jdbc.meta | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
CodeFormat
Encapsulates some common Java source code formatting options. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.jdbc.schema | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Localizer
The Localizer provides convenient access to localized strings. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.jdbc.sql | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Localizer.Message
A Message can provide a localized message via the
Localizer.Message.getMessage() method call, and can also provide the original key,
package, and substitution array that were used to assemble the message. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.kernel | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Localizer
The Localizer provides convenient access to localized strings. |
|
OrderedMap
A Map with predictable iteration order. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.kernel.exps | |
---|---|
Localizer
The Localizer provides convenient access to localized strings. |
|
OrderedMap
A Map with predictable iteration order. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.kernel.jpql | |
---|---|
Localizer
The Localizer provides convenient access to localized strings. |
|
OrderedMap
A Map with predictable iteration order. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.conf | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.jdbc | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
EventManager
Basic event manager interface. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.log | |
---|---|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.meta | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Localizer.Message
A Message can provide a localized message via the
Localizer.Message.getMessage() method call, and can also provide the original key,
package, and substitution array that were used to assemble the message. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.rop | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.util | |
---|---|
CodeFormat
Encapsulates some common Java source code formatting options. |
|
JavaVendors
Utilities for dealing with different Java vendors. |
|
Localizer
The Localizer provides convenient access to localized strings. |
|
Localizer.Message
A Message can provide a localized message via the
Localizer.Message.getMessage() method call, and can also provide the original key,
package, and substitution array that were used to assemble the message. |
|
MultiClassLoader
Class loader type that can be configured to delegate to multiple internal class loaders. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
|
ParameterTemplate
A template that allows parameter substitutions. |
|
ReferenceMap
A Map type that can hold its keys, values, or both with
weak or soft references. |
|
SizedMap
A Map type that maintains a maximum size, automatically
removing entries when the maximum is exceeded. |
|
TemporaryClassLoader
ClassLoader implementation that allows classes to be temporarily loaded and then thrown away. |
|
TypedProperties
A specialization of the Properties map type with added
convenience methods to retrieve and set options as primitive values. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.util.concurrent | |
---|---|
EventManager
Basic event manager interface. |
|
ReferenceMap
A Map type that can hold its keys, values, or both with
weak or soft references. |
|
SizedMap
A Map type that maintains a maximum size, automatically
removing entries when the maximum is exceeded. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.meta | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
|
OrderedMap
A Map with predictable iteration order. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.persistence | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
Localizer.Message
A Message can provide a localized message via the
Localizer.Message.getMessage() method call, and can also provide the original key,
package, and substitution array that were used to assemble the message. |
|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
|
OrderedMap
A Map with predictable iteration order. |
|
Reflectable
Annotates a getter method or field so reflection
utility to control whether the annotated member is recorded during scanning
for bean-style method or field. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.persistence.jest | |
---|---|
Localizer
The Localizer provides convenient access to localized strings. |
|
Localizer.Message
A Message can provide a localized message via the
Localizer.Message.getMessage() method call, and can also provide the original key,
package, and substitution array that were used to assemble the message. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.persistence.meta | |
---|---|
Localizer
The Localizer provides convenient access to localized strings. |
|
Localizer.Message
A Message can provide a localized message via the
Localizer.Message.getMessage() method call, and can also provide the original key,
package, and substitution array that were used to assemble the message. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.persistence.query | |
---|---|
Localizer
The Localizer provides convenient access to localized strings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.slice | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.slice.jdbc | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.tools.maven | |
---|---|
Options
A specialization of the Properties map type with the added
abilities to read application options from the command line and to
use bean patterns to set an object's properties via command-line the
stored mappings. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.util | |
---|---|
Localizer.Message
A Message can provide a localized message via the
Localizer.Message.getMessage() method call, and can also provide the original key,
package, and substitution array that were used to assemble the message. |
|
MultiClassLoader
Class loader type that can be configured to delegate to multiple internal class loaders. |
|
SizedMap
A Map type that maintains a maximum size, automatically
removing entries when the maximum is exceeded. |
Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.xmlstore | |
---|---|
Closeable
Generic interface for components that can be closed so that helpers can treate them in a generic way. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |