org.apache.openjpa.kernel

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.kernel 
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.

Java Source File NameTypeComment
AbstractBrokerFactory.javaClass Abstract implementation of the BrokerFactory that must be subclassed for a specific runtime.
AbstractBrokerSerializationTest.javaClass
AbstractFieldManager.javaClass Abstract FieldManager for easy subclassing.
AbstractLockManager.javaClass Abstract LockManager implementation.
AbstractPCData.javaClass Abstract base class which implements core PCData behavior.
AbstractPCResultObjectProvider.javaClass Abstract implementation of PCResultObjectProvider that implements ResultObjectProvider.getResultObject by assembling the necessary information about the object to be loaded.
AbstractStoreQuery.javaClass Abstract StoreQuery that implements most methods as no-ops.
AbstractUnenhancedRelationBrokerSerializationTest.javaClass
AttachManager.javaClass Handles attaching instances.
AttachStrategy.javaClass Strategy for attaching objects.
AutoClear.javaInterface State clearing constants.
AutoDetach.javaInterface Bit flags for when to automatically detach the entire persistence context.
Bootstrap.javaClass
Broker.javaInterface The broker is the primary interface into the OpenJPA runtime.
BrokerFactory.javaInterface Factory for Broker instances.
BrokerImpl.javaClass Concrete Broker .
ClearFieldManager.javaClass FieldManager that responds to all fetch methods with the default value for that field; used to clear the state of managed instances.
ConnectionRetainModes.javaInterface Connection retain mode constants.
DelegatingBroker.javaClass Delegating broker that can also perform exception translation for use in facades.
DelegatingBrokerFactory.javaClass Delegating broker factory that can also perform exception translation for use in facades.
DelegatingExtent.javaClass Delegating extent that also can perform exception translation for use in facades.
DelegatingFetchConfiguration.javaClass Delegating fetch configuration that can also perform exception translation for use in facades.
DelegatingQuery.javaClass Delegating query that can also perform exception translation for use in facades.
DelegatingResultList.javaClass Delegating result list that can also perform exception translation for use in facades.
DelegatingSeq.javaClass Delegating sequence that can also perform exception translation for use in facades.
DelegatingStoreManager.javaClass Base class for store manager decorators that delegate to another store manager for some operations.
DetachedStateAttachStrategy.javaClass Handles attaching instances with detached state.
DetachedStateManager.javaClass Internal state manager for detached instances.
DetachedValueStateManager.javaClass Implementation of OpenJPAStateManager designed to retrieve values from a detached instance, including when managed by a DetachedStateManager .
DetachManager.javaClass Handles detaching instances.
DetachState.javaInterface Constants for which fields to include in the detach graph.
ECleanState.javaClass Lifecycle state.
ECopyState.javaClass Lifecycle state.
EDeletedState.javaClass Lifecycle state.
EDirtyState.javaClass Lifecycle state.
ENonTransState.javaClass Lifecycle state. Represents an embedded instance that is not transactional, but that allows access to persistent data.
ExpressionStoreQuery.javaClass Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL. This implementation is suitable for in-memory operation. Override the following methods to also support datastore operation:
Extent.javaInterface Representation of all members of a persistent class.
ExtentImpl.javaClass Representation of all members of a persistent class.
FetchConfiguration.javaInterface Allows configuration and optimization of how objects are loaded from the data store.
FetchConfigurationImpl.javaClass Allows configuration and optimization of how objects are loaded from the data store.
Filters.javaClass Helper methods for dealing with query filters.
FinalizingBrokerImpl.javaClass Subtype of BrokerImpl that automatically closes itself during finalization.
FindCallbacks.javaInterface Allows facades to control the particulars of the find operation through callbacks.
HollowState.javaClass Lifecycle state. Represents a hollow instance that exists in the data store, but whose state has not been loaded and who is not active in the current transaction (if any).
InMemorySavepointManager.javaClass A SavepointManager implementation which stores all data in memory.
InverseManager.javaClass Class which manages inverse relations before flushing to the datastore.
LocalManagedRuntime.javaClass Uses a local implementation of the TransactionManager interface.
LockLevels.javaInterface Standard object lock levels.
LockManager.javaInterface Handles obtaining and releasing locks on objects.
ManagedCache.javaClass Cache of managed objects.
MethodStoreQuery.javaClass A query that is executed by a user-defined method.
NoneLockManager.javaClass A lock manager that does not perform any locking.
ObjectIdStateManager.javaClass State manager used to access state of embedded object id primary key fields.
OpCallbacks.javaInterface Allows facades to control the particulars of persistence operations through callbacks.
OpenJPASavepoint.javaClass
OpenJPAStateManager.javaInterface Interface implemented by OpenJPA state managers.
OrderingMergedResultObjectProvider.javaClass Merged result object provider specialization that extracts ordering values from results for comparison.
PCData.javaInterface Holds data about a single persistence capable instance.
PCDataImpl.javaClass Default PCData implementation.
PCleanState.javaClass Lifecycle state.
PCResultObjectProvider.javaInterface Variant of ResultObjectProvider that populates a OpenJPAStateManager object in an application-defined manner.
PCState.javaClass Base class for all lifecycle states.
PDeletedFlushedState.javaClass Lifecycle state.
PDeletedState.javaClass Lifecycle state.
PDirtyState.javaClass Lifecycle state.
PNewDeletedState.javaClass Lifecycle state.
PNewFlushedDeletedFlushedState.javaClass Lifecycle state.
PNewFlushedDeletedState.javaClass Lifecycle state.
PNewProvisionalState.javaClass Lifecycle state.
PNewState.javaClass Lifecycle state.
PNonTransDeletedState.javaClass Lifecycle state.
PNonTransDirtyState.javaClass Lifecycle state. Represents a persistent instance that has been dirtied outside of transaction.
PNonTransNewState.javaClass Lifecycle state.
PNonTransState.javaClass Lifecycle state. Represents a persistent instance that is not transactional, but that allows access to persistent data.
Query.javaInterface OpenJPA query interface.
QueryContext.javaInterface A query execution context.
QueryFlushModes.javaInterface Constants for determining when to flush before queries.
QueryHints.javaInterface Standard query hint keys.
QueryImpl.javaClass Implementation of the Query interface.
QueryLanguages.javaClass Constants and utilities for query languages.
QueryOperations.javaInterface Query operation constants.
RestoreState.javaInterface State restore constants.
ResultPacker.javaClass Helper class to pack results into the result class set on the query.
ROPStoreManager.javaClass Wraps the native store manager to handle calls using custom PCResultObjectProvider s.
SaveFieldManager.javaClass FieldManager type used to store information for rollback.
SavepointFieldManager.javaClass FieldManager type used to store information for savepoint rollback.
SavepointManager.javaInterface A manager for handling savepoints.
Seq.javaInterface Internal OpenJPA sequence interface.
SingleFieldManager.javaClass FieldManager type used to hold onto a single field value and then dispense it via the fetch methods.
StateManagerImpl.javaClass Implementation of the OpenJPAStateManager interface for use with this runtime.
StoreContext.javaInterface Represents a set of managed objects and their environment.
StoreManager.javaInterface Interface to be implemented by data store mechanisms to interact with this runtime.
StoreQuery.javaInterface Component that executes queries against the datastore.
TCleanState.javaClass Lifecycle state.
TDirtyState.javaClass Lifecycle state.
TestBrokerFactoryEventManager.javaClass
TestBrokerFactoryListenerRegistry.javaClass
TestDynamicClassRegistration.javaClass
TestEnhancedInstanceBrokerSerialization.javaClass
TestEntityManagerFactoryPool.javaClass
TestInstanceGraphBrokerSerialization.javaClass
TestQueryCompilationCache.javaClass
TestUnenhancedFieldAccessInstanceBrokerSerialization.javaClass
TestUnenhancedFieldAccessWithRelationInstanceBrokerSerialization.javaClass
TestUnenhancedPropertyAccessInstanceBrokerSerialization.javaClass
TestUnenhancedPropertyAccessWithRelationInstanceBrokerSerialization.javaClass
TimeSeededSeq.javaClass A simplistic implementation of a Seq used to provide datastore ids.
TLoadedState.javaClass Lifecycle state. Represents a temporarily managed transient instance whose fields are loaded for the purpose of field inspection such as for cascades.
TransferFieldManager.javaClass FieldManager type used to transfer a single field value.
TransientState.javaClass Lifecycle state.
UUIDHexSeq.javaClass Sequence for generating 32-character hex UUID strings.
UUIDStringSeq.javaClass Sequence for generating 16-character UUID strings.
VersionAttachStrategy.javaClass Handles attaching instances using version and primary key fields.
VersionLockManager.javaClassLockManager implementation that provides support for version checking and version updating when locks are acquired.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.