Uses of Package
org.apache.openjpa.persistence
-
Packages that use org.apache.openjpa.persistence Package Description jpa.tools.swing Swing widgets to browse persistent entities using JPA 2.0 MetaModel API.org.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBCorg.apache.openjpa.persistence.jest org.apache.openjpa.persistence.query OpenJPA Dynamic Query -
Classes in org.apache.openjpa.persistence used by jpa.tools.swing Class Description OpenJPAEntityManagerFactory Interface implemented by OpenJPA entity manager factories. -
Classes in org.apache.openjpa.persistence used by org.apache.openjpa.persistence Class Description AbstractQuery An abstract implementation of the Query interface.AnnotationBuilder Helper class to stringify annotation declarations.AnnotationPersistenceMetaDataParser Persistence annotation metadata parser.AnnotationPersistenceMetaDataSerializer Serializes persistence metadata as annotations.AnnotationPersistenceMetaDataSerializer.SerializationComparator Compares clases, sequences, and queries to order them for serialization.AnnotationPersistenceXMLMetaDataParser JAXB xml annotation metadata parser.AutoClearType The possible settings for the auto-clear behavior of anOpenJPAEntityManager
.AutoDetachType The possible settings for the auto-detach behavior of anOpenJPAEntityManager
.CallbackMode The possible settings for the callback behavior of anOpenJPAEntityManager
.ConnectionRetainMode The possible values for use when configuring the connection retain behavior for anOpenJPAEntityManager
.DetachStateType The possible settings for the detachment behavior of anOpenJPAEntityManager
.EntityManagerFactoryImpl Implementation ofEntityManagerFactory
that acts as a facade to aBrokerFactory
.EntityManagerImpl Implementation ofEntityManager
interface.Extent An extent is a logical view of all instances of a class.FetchAttribute Includes a persistent attribute in aFetchGroup
.FetchGroup Fetch group definition.FetchPlan The fetch plan allows you to dynamically alter eager fetching configuration and other aspects of data loading.Generator Represents a store sequence.HintValueConverter Converts a given user-specified value to a target type consumable by the kernel.MetaDataTag Set of metadata tags used in JPA.OpenJPAEntityManager Interface implemented by OpenJPA entity managers.OpenJPAEntityManagerFactory Interface implemented by OpenJPA entity manager factories.OpenJPAEntityManagerFactorySPI OpenJPAEntityManagerSPI OpenJPAEntityTransaction Extension of the JPAEntityTransaction
interface.OpenJPAEnum An interface to define conversion of a facade based enum to a kernel integer constant.OpenJPAQuery Interface implemented by OpenJPA queries.OpenJPAQuerySPI PersistenceStrategy Set of field persistence strategies used in JPA.QueryImpl Implementation ofQuery
interface.QueryOperationType The possible operations that a query can perform.QueryResultCache Query result cache.RestoreStateType The possible settings for the restore behavior after transaction rollback of anOpenJPAEntityManager
.RollbackException Rollback occurred on attempt to commit.StoreCache Represents the L2 cache over the data store.TupleImpl Tuple holds a set of values corresponding to a set ofTupleElement
.UpdateAction Action to take when a field's value is changed.XMLPersistenceMetaDataParser Custom SAX parser used by the system to quickly parse persistence metadata files.XMLPersistenceMetaDataParser.localDBIdentifiers XMLPersistenceMetaDataSerializer Serializes persistence metadata back to XML.XMLPersistenceMetaDataSerializer.SerializationComparator Compares clases, sequences, and queries to order them for serialization. -
Classes in org.apache.openjpa.persistence used by org.apache.openjpa.persistence.jdbc Class Description AnnotationBuilder Helper class to stringify annotation declarations.AnnotationPersistenceMetaDataParser Persistence annotation metadata parser.AnnotationPersistenceMetaDataSerializer Serializes persistence metadata as annotations.AnnotationPersistenceMetaDataSerializer.SerializationComparator Compares clases, sequences, and queries to order them for serialization.FetchPlan The fetch plan allows you to dynamically alter eager fetching configuration and other aspects of data loading.FetchPlanImpl Implements FetchPlan via delegation to FetchConfiguration.OpenJPAEnum An interface to define conversion of a facade based enum to a kernel integer constant.PersistenceMetaDataFactory MetaDataFactory
for JPA metadata.PersistenceStrategy Set of field persistence strategies used in JPA.XMLPersistenceMetaDataParser Custom SAX parser used by the system to quickly parse persistence metadata files.XMLPersistenceMetaDataSerializer Serializes persistence metadata back to XML.XMLPersistenceMetaDataSerializer.SerializationComparator Compares clases, sequences, and queries to order them for serialization. -
Classes in org.apache.openjpa.persistence used by org.apache.openjpa.persistence.jest Class Description OpenJPAEntityManager Interface implemented by OpenJPA entity managers.OpenJPAEntityManagerFactory Interface implemented by OpenJPA entity manager factories. -
Classes in org.apache.openjpa.persistence used by org.apache.openjpa.persistence.query Class Description OpenJPAEntityManagerFactorySPI