org.apache.openjpa.persistence.jdbc

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

OpenJPA JPA-JDBC

JDBC-specific extensions to OpenJPA JPA runtime.

Java Source File NameTypeComment
AnnotationPersistenceMappingParser.javaClass Persistence annotation mapping parser.
AnnotationPersistenceMappingSerializer.javaClass Serializes persistence mappings as annotations.
ClassCriteria.javaAnnotation Marker interface specifying to use the expected class of the relation as criteria in the join.
Columns.javaAnnotation Allows the specification of multiple columns for complex mappings.
ContainerTable.javaAnnotation Table for array, collection, or map elements.
DataStoreIdColumn.javaAnnotation Surrogate datastore identity column.
DiscriminatorStrategy.javaAnnotation Discriminator mapping strategy.
EagerFetchMode.javaAnnotation Determines how to eager-fetch a field.
ElementClassCriteria.javaAnnotation Marker interface specifying to use the expected class of the array, collection, or map element relation as criteria in the join.
ElementColumn.javaAnnotation
ElementColumns.javaAnnotation
ElementEmbeddedMapping.javaAnnotation
ElementForeignKey.javaAnnotation Foreign key on array, collection, or map element columns.
ElementIndex.javaAnnotation Index on array, collection, or map element columns.
ElementJoinColumn.javaAnnotation Array, collection, or map element join column.
ElementJoinColumns.javaAnnotation Allows the specification of multiple array, collection, or map element columns for compound joins.
ElementNonpolymorphic.javaAnnotation Indicates that the annotated array, collection, or map's elements are not entirely polymorphic.
ElementStrategy.javaAnnotation
EmbeddedMapping.javaAnnotation Embedded mapping information.
FetchDirection.javaenum The fetch direction to request when creating statements.
FetchMode.javaenum Type of fetching to employ.
ForeignKey.javaAnnotation Foreign key definition.
ForeignKeyAction.javaenum Foreign key actions.
Index.javaAnnotation Index definition.
IsolationLevel.javaenum Isolation levels for use in JDBCFetchPlan.setIsolation .
JDBCFetchPlan.javaInterface JDBC extensions to the fetch plan.
JDBCFetchPlanImpl.javaClass JDBC extensions to the fetch plan.
JDBCPersistenceProductDerivation.javaClass Sets JDBC-specific JPA specification defaults.
JoinSyntax.javaenum Type of join syntax to use.
KeyClassCriteria.javaAnnotation
KeyColumn.javaAnnotation
KeyColumns.javaAnnotation
KeyEmbeddedMapping.javaAnnotation
KeyForeignKey.javaAnnotation
KeyIndex.javaAnnotation
KeyJoinColumn.javaAnnotation
KeyJoinColumns.javaAnnotation
KeyNonpolymorphic.javaAnnotation
KeyStrategy.javaAnnotation
LRSSizeAlgorithm.javaenum Algorithm to use for computing the size of an LRS relation.
MappingOverride.javaAnnotation Allows override of complex embedded or superclass mappings.
MappingOverrides.javaAnnotation Allows override of complex embedded or superclass mappings.
MappingTag.javaenum Set of mapping tags used in JPA.
Nonpolymorphic.javaAnnotation Indicates that the annotated relation is not entirely polymorphic.
NonpolymorphicType.javaenum Nonpolymorphic settings.
OrderColumn.javaAnnotation Surrogate order column.
PersistenceMappingDefaults.javaClass Supplies default mapping information in accordance with JPA spec.
PersistenceMappingFactory.javaClassMetaDataFactory for JPA mapping information.
ResultSetType.javaenum Type of result set to use.
SQLSniffer.javaClass Utility class to verify whether a set of fragments appear in a list of possible SQL statement.
Strategy.javaAnnotation Mapping strategy.
SubclassFetchMode.javaAnnotation Determines how to eager-fetch subclass data.
TestFKColumnNames.javaClass Testcase that verifies the names for Foreign Key columns is as expected.
TestIsolationLevelOverride.javaClass
TestJDBCEnumToKernelConstantMappings.javaClass
TestOptimizeForClause.javaClass
TestSelectForUpdateOverride.javaClass
Unique.javaAnnotation Unique constraint definition.
VersionColumn.javaAnnotation Surrogate version column.
VersionColumns.javaAnnotation Allows the specification of multiple version columns for complex versioning.
VersionStrategy.javaAnnotation Version mapping strategy.
XEmbeddedMapping.javaAnnotation
XJoinColumn.javaAnnotation Extended join column.
XJoinColumns.javaAnnotation Allows the specification of multiple columns for compound joins.
XMappingOverride.javaAnnotation
XMappingOverrides.javaAnnotation
XMLPersistenceMappingParser.javaClass Custom SAX parser used by the system to parse persistence mapping files.
XMLPersistenceMappingSerializer.javaClass Serializes persistence mapping to XML.
XSecondaryTable.javaAnnotation Extended secondary table.
XSecondaryTables.javaAnnotation Allows the specification of multiple secondary tables.
XTable.javaAnnotation Extended table.
w__ww__.__j__a__v___a_2__s_.__co___m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.