org.apache.openjpa.persistence

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Database ORM » openjpa » org.apache.openjpa.persistence 
org.apache.openjpa.persistence

OpenJPA JPA

This package provides an JPA facade to OpenJPA. All major OpenJPA runtime components have JPA-flavored facades in this package.

Java Source File NameTypeComment
AnnotationBuilder.javaClass Helper class to stringify annotation declarations.
AnnotationPersistenceMetaDataParser.javaClass Persistence annotation metadata parser.
AnnotationPersistenceMetaDataSerializer.javaClass Serializes persistence metadata as annotations.
AnnotationPersistenceXMLMetaDataParser.javaClass JAXB xml annotation metadata parser.
ArgumentException.javaClass Extended IllegalArgumentException .
AutoClearType.javaenum The possible settings for the auto-clear behavior of an OpenJPAEntityManager .
AutoDetachType.javaenum The possible settings for the auto-detach behavior of an OpenJPAEntityManager .
CallbackMode.javaenum The possible settings for the callback behavior of an OpenJPAEntityManager .
ConnectionRetainMode.javaenum The possible values for use when configuring the connection retain behavior for an OpenJPAEntityManager .
Country.javaClass
Country1.javaClass
DataCache.javaAnnotation Caching characteristics for this class.
DataStoreId.javaAnnotation Describes how to generate a value for a field.
Dependent.javaAnnotation Dependent field marker.
DetachedState.javaAnnotation Detached state.
DetachStateType.javaenum The possible settings for the detachment behavior of an OpenJPAEntityManager .
ElementDependent.javaAnnotation Dependent array, collection, or map element marker.
ElementType.javaAnnotation Indicates the persistent element type of an array, collection, or map field, if different than the declared element type.
Embed.javaClass
EntityExistsException.javaClass Conflict with existing entity.
EntityManagerFactoryImpl.javaClass Implementation of EntityManagerFactory that acts as a facade to a BrokerFactory .
EntityManagerFactoryValue.javaClass Plugin type used to represent the EntityManagerFactory .
EntityManagerImpl.javaClass Implementation of EntityManager interface.
EntityNotFoundException.javaClass Missing entity.
Extent.javaInterface An extent is a logical view of all instances of a class.
ExtentImpl.javaClass An extent is a logical view of all instances of a class.
Externalizer.javaAnnotation Declares a method that transforms the field value to its datastore equivalent.
ExternalValues.javaAnnotation Maps field values to their datastore equivalents.
Factory.javaAnnotation Declares a method that transforms the datastore value to its field equivalent.
FetchAttribute.javaAnnotation Includes a persistent attribute in a FetchGroup .
FetchGroup.javaAnnotation Fetch group definition.
FetchGroups.javaAnnotation Fetch groups holder.
FetchPlan.javaInterface The fetch plan allows you to dynamically alter eager fetching configuration and other aspects of data loading.
FetchPlanHintHandler.javaClass Fetch plan hint handler.
FetchPlanImpl.javaClass Implements FetchPlan via delegation to FetchConfiguration.
Generator.javaInterface Represents a store sequence.
GeneratorImpl.javaClass Represents a store sequence.
HintHandler.javaClass Manages query hint keys and handles their values on behalf of a owning QueryImpl .
InvalidStateException.javaClass Extended IllegalStateException .
InverseLogical.javaAnnotation Declares the logical inverse of a field.
JPAFacadeHelper.javaClass Helper class for switching between OpenJPA's JPA facade and the underlying Broker kernel.
KeyDependent.javaAnnotation Dependent map key marker.
KeyType.javaAnnotation Indicates the persistent key type of a map field, if different than the declared type.
LoadFetchGroup.javaAnnotation Fetch group loaded when the annotated field/property is loaded.
LockTimeoutException.javaClass Pessimistic lock timeout violation.
LRS.javaAnnotation Large result set field marker.
ManagedInterface.javaAnnotation The annotated interface should be treated as a managed interface by OpenJPA.
MetaDataParsers.javaClass Common utilities for persistence metadata parsers.
MetaDataTag.javaenum Set of metadata tags used in JPA.
MixedLockLevelsHelper.javaClass Helper methods translate between JPA-defined lock mode and OpenJPA internal lock levels.
NonUniqueResultException.javaClass Unique query returned multipl results.
NoResultException.javaClass Unique query returned no results.
OpenJPAEntityManager.javaInterface Interface implemented by OpenJPA entity managers.
OpenJPAEntityManagerFactory.javaInterface Interface implemented by OpenJPA entity manager factories.
OpenJPAEntityManagerFactorySPI.javaInterface
OpenJPAEntityManagerSPI.javaInterface
OpenJPAEntityTransaction.javaInterface Extension of the JPA EntityTransaction interface.
OpenJPAPersistence.javaClass Static helper methods for JPA users.
OpenJPAPersistenceUtil.javaClass
OpenJPAQuery.javaInterface Interface implemented by OpenJPA queries.
OpenJPAQuerySPI.javaInterface
OptimisticLockException.javaClass Optimistic concurrency violation.
ParameterImpl.javaClass A user-defined parameter of a query. A parameter is uniquely identified within the scope of a query by either its name or integral position.
PersistenceException.javaClass General persistence exception.
PersistenceExceptions.javaClass Converts from OpenJPA to persistence exception types.
PersistenceListenerAdapter.javaClass
PersistenceMetaDataDefaults.javaClass JPA-based metadata defaults.
PersistenceMetaDataFactory.javaClassMetaDataFactory for JPA metadata.
PersistenceProductDerivation.javaClass Sets JPA specification defaults and parses JPA specification XML files. For globals, looks in openjpa.properties system property for the location of a file to parse.
PersistenceProviderImpl.javaClass Bootstrapping class that allows the creation of a stand-alone EntityManager .
PersistenceStrategy.javaenum Set of field persistence strategies used in JPA.
PersistenceUnitInfoImpl.javaClass Implementation of the PersistenceUnitInfo interface used by OpenJPA when parsing persistence configuration information.
Persistent.javaAnnotation Metadata annotation for a persistent field.
PersistentCollection.javaAnnotation Metadata annotation for a persistent collection field.
PersistentMap.javaAnnotation Metadata annotation for a persistent map field.
PessimisticLockException.javaClass Pessimistic concurrency violation.
QueryImpl.javaClass Implementation of Query interface.
QueryOperationType.javaenum The possible operations that a query can perform.
QueryResultCache.javaInterface Query result cache.
QueryResultCacheImpl.javaClass Implements Query result cache via delegation to QueryCache.
QueryTimeoutException.javaClass Query timeout violation.
ReadOnly.javaAnnotation Marks a field read-only.
Replicated.javaAnnotation Annotation to specify the instance of the annotated entity be replicated across more than one slices.
RestoreStateType.javaenum The possible settings for the restore behavior after transaction rollback of an OpenJPAEntityManager .
RollbackException.javaClass Rollback occurred on attempt to commit.
Security.javaClass
Security1.javaClass
StoreCache.javaInterface Represents the L2 cache over the data store.
StoreCacheImpl.javaClass Implements the L2 cache over the data store via delegation to DataCache.
TestEnumToKernelConstantMappings.javaClass
TestPersistenceProductDerivation.javaClass
TestUnwrap.javaClass
TestXMLPersistenceMetaDataParser.javaClass
TransactionRequiredException.javaClass Transaction required.
TupleFactory.javaClass A factory for tuples such that all instances created by a factory instance share the same TupleElements to save memory consumption.
All Tuple instances created by this factory access the TupleElememts contained in this factory.
TupleImpl.javaClass Tuple holds a set of values corresponding to a set of TupleElement . This implementation prefers index-based access.
Type.javaAnnotation Indicates the persistent type of a field, if different than the declared type.
UpdateAction.javaenum Action to take when a field's value is changed.
XMLPersistenceMetaDataParser.javaClass Custom SAX parser used by the system to quickly parse persistence metadata files.
XMLPersistenceMetaDataSerializer.javaClass Serializes persistence metadata back to XML.
w_ww.___j_a_v___a___2___s__._c___o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.