| Package | Description | 
|---|---|
| embeddables | |
| hellojpa | |
| jpa.tools.swing | 
 Swing widgets to browse persistent entities using JPA 2.0 MetaModel API. 
 | 
| mapping | |
| openbook.client | |
| openbook.domain | |
| openbook.server | |
| openbook.tools | |
| openbook.tools.ant | |
| openbook.tools.converter | |
| openbook.tools.parser | |
| openbook.tools.util | |
| openbook.util | 
 Common utility classes used by both OpenBook service and client. 
 | 
| 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.ant | 
 OpenJPA Ant Tasks
    Ant tasks for OpenJPA tools. 
 | 
| 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.ee | 
 OpenJPA Enterprise Extensions
    This package provides enterprise extensions to the OpenJPA runtime. 
 | 
| 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.enhance.stats | |
| 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.instrumentation.jmx | |
| org.apache.openjpa.jdbc.ant | 
 OpenJPA-JDBC Ant Tasks
    Ant tasks for JDBC OpenJPA tools. 
 | 
| org.apache.openjpa.jdbc.conf | 
 OpenJPA-JDBC Configuration
    This package provides JDBC configuration interfaces. 
 | 
| org.apache.openjpa.jdbc.identifier | |
| org.apache.openjpa.jdbc.kernel | 
 OpenJPA-JDBC Runtime Kernel
    Runtime services for the JDBC OpenJPA implementation. 
 | 
| org.apache.openjpa.jdbc.kernel.exps | 
 OpenJPA-JDBC Expression Tree 
 | 
| 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.meta.strats | 
 OpenJPA-JDBC ORM Strategies
    Library of mapping strategies. 
 | 
| 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.json | |
| 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.ant | 
 Ant Integration
    This package provides a foundation for basic Ant support. 
 | 
| org.apache.openjpa.lib.conf | 
 Configuration Framework
    This package provides an extendable product configuration framework. 
 | 
| org.apache.openjpa.lib.encryption | |
| org.apache.openjpa.lib.graph | 
 Graph Abstraction
    This package provides a graph abstraction and graph-related algorithms. 
 | 
| org.apache.openjpa.lib.identifier | |
| org.apache.openjpa.lib.instrumentation | |
| 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.lib.util.svn | |
| org.apache.openjpa.lib.xml | 
 XML Handling 
 | 
| 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.criteria | 
 OpenJPA Criteria Query
    This package provides an implementation of Criteria API in JPA 2.0 Specification
    and extended features such as Query-By-Example. 
 | 
| org.apache.openjpa.persistence.jdbc | 
 OpenJPA JPA-JDBC
    JDBC-specific extensions to OpenJPA JPA runtime. 
 | 
| 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.osgi | 
 OpenJPA JPA
    This package bridges OpenJPA as a OSGi Bundle. 
 | 
| 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.persistence.util | 
 OpenJPA JPA Utilities
    This package provides utility functions used by JPA facade to OpenJPA. 
 | 
| 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.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.validation | |
| org.apache.openjpa.xmlstore | 
 XML Store
    Simple XML store using the common OpenJPA runtime system as a front end. 
 | 
| relations | |
| reversemapping | 
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.