org.apache.openjpa.persistence

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 geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
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 .
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.
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.
FetchPlanImpl.javaClass Implements FetchPlan via delegation to FetchConfiguration.
Generator.javaInterface Represents a store sequence.
GeneratorImpl.javaClass Represents a store sequence.
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.
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.
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.
OpenJPAQuery.javaInterface Interface implemented by OpenJPA queries.
OpenJPAQuerySPI.javaInterface
OptimisticLockException.javaClass Optimistic concurrency violation.
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.
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.
ReadOnly.javaAnnotation Marks a field read-only.
RestoreStateType.javaenum The possible settings for the restore behavior after transaction rollback of an OpenJPAEntityManager .
RollbackException.javaClass Rollback occurred on attempt to commit.
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
TransactionRequiredException.javaClass Transaction required.
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 i metadata files.
XMLPersistenceMetaDataSerializer.javaClass Serializes persistence metadata back to XML.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.