org.apache.openjpa.conf

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.conf 
org.apache.openjpa.conf

OpenJPA Configuration

This package provides base OpenJPA configuration interfaces.

Java Source File NameTypeComment
AutoDetachValue.javaClass Value type used to represent auto detach flags.
BrokerFactoryValue.javaClass Value type used to represent the BrokerFactory .
BrokerValue.javaClass Custom PluginValue that can efficiently create BrokerImpl instances.
CacheMarshaller.javaInterface Responsible for marshalling and unmarshalling objects between memory and durable cache.
CacheMarshallerImpl.javaClass Default CacheMarshaller implementation that writes data to a specified file and reads data from a specified file or URL.
CacheMarshallersValue.javaClass A configuration value for handling and accessing cache marshallers.
CallbackOptions.javaClass Configurable options for callbacks.
Compatibility.javaClass Struct encompassing backwards-compatibility options.
DetachOptions.javaClass Detach options.
MetaDataCacheMaintenance.javaClass Performs maintenance tasks on the metadata caches accessible via the CacheMarshaller architecture.
MetaDataRepositoryValue.javaClass A PluginValue that interacts with the CacheMarshaller to cache the metadata repository between executions.
NoOpCacheMarshaller.javaClass Implementation of CacheMarshaller that does nothing.
OpenJPAConfiguration.javaInterface Defines the properties necessary to configure runtime properties and connect to a data source.
OpenJPAConfigurationImpl.javaClass Implementation of the OpenJPAConfiguration interface.
OpenJPAProductDerivation.javaInterface Adds datastore based extension to ProductDerivation.
OpenJPAVersion.javaClass This class contains version information for OpenJPA.
OpenJPAVersionAndConfigurationTypeValidationPolicy.javaClass Compute validity based on whether or not the cached data is from the same version of Kodo as the current install.
QueryCompilationCacheValue.javaClass A cache of compiled queries.
RemoteCommitProviderValue.javaClass Value type used to represent a RemoteCommitProvider .
SeqValue.javaClass Value type used to represent a sequence.
Specification.javaClass An immutable representation of a Specification supported by OpenJPA.
SpecificationPlugin.javaClass A plug-in for Specification that enforces certain overwriting rules.
TestAutoDetachProperty.javaClass
TestBadAutoDetachProperty.javaClass
TestBadJdbcUrl.javaClass Verifies appropriate exception is thrown when an incorrect protocol or sub-protocol is specified in the JDBC URL.
TestCacheMarshaller.javaClass
TestCacheMarshallerEndToEnd.javaClass
TestDynamicConfiguration.javaClass Tests dynamic modification of configuration property.
TestQueryHints.javaClass Tests JPA 2.0 API methods Query.getSupportedHints and Query.getHints .
TestQueryProperties.javaClass
TestSpecification.javaClass Test basics of Specification object.
TestSpecificationConfiguration.javaClass Tests Specification of Configuration.
w___ww___._ja__v___a2__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.