Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/JPA"

Line 71: Line 71:
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Defaults|About the Default Configuration Values]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Defaults|About the Default Configuration Values]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/eclipselink-orm.xml|Specifying EclipseLink Object-Relational Mappings Using eclipselink-orm.xml]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/eclipselink-orm.xml|Specifying EclipseLink Object-Relational Mappings Using eclipselink-orm.xml]]  
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Overriding and Merging|Overriding and Merging]]  
+
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Configuration/JPA/Overriding and Merging|Overriding and Merging Metadata Settings]]  
**[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping|Mapping]]  
+
**[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping|Configuring Mappings]]  
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity|Entity Identity]]  
+
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity|Generating and Configuring Entity Identities]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity/Id|@Id]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity/Id|@Id]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity/IdClass|@IdClass]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Entity/IdClass|@IdClass]]  
Line 117: Line 117:
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Native|Native]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Native|Native]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Query Hints|Query Hints]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Query Hints|Query Hints]]  
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Query Casting|Query Casting]] <span style="color: red;">''new in EL 2.1''</span>
+
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Query Casting|Query Casting]] <span style="color: red;">''new in EL 2.1''</span>  
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Batch Reading|Batch Reading]] <span style="color: red;">''new in EL 2.1''</span>
+
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Batch Reading|Batch Reading]] <span style="color: red;">''new in EL 2.1''</span>  
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Query Keys|Query Keys]] <span style="color: red;">''new in EL 2.1''</span>
+
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Query Keys|Query Keys]] <span style="color: red;">''new in EL 2.1''</span>  
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Support for Native Database Functions|Support for Native Database Functions]] <span style="color: red;">''new in EL 2.1''</span>
+
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Support for Native Database Functions|Support for Native Database Functions]] <span style="color: red;">''new in EL 2.1''</span>  
 
**[[EclipseLink/UserGuide/JPA/Basic JPA Development/Transactions|Transactions]]  
 
**[[EclipseLink/UserGuide/JPA/Basic JPA Development/Transactions|Transactions]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Transactions/Handling Concurrency Violations|Handling Concurrency Violations]]
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Transactions/Handling Concurrency Violations|Handling Concurrency Violations]]
Line 131: Line 131:
  
 
*[[EclipseLink/UserGuide/JPA/Advanced JPA Development|Advanced JPA Development]]  
 
*[[EclipseLink/UserGuide/JPA/Advanced JPA Development|Advanced JPA Development]]  
**[[EclipseLink/UserGuide/JPA/Advanced JPA Development/Schema Generation|Schema Generation]]
+
**[[EclipseLink/UserGuide/JPA/Advanced JPA Development/Schema Generation|Schema Generation]]  
 
***[[EclipseLink/UserGuide/JPA/Advanced JPA Development/Schema Generation/Index|@Index]] <span style="color: red;">''new in EL 2.2''</span>  
 
***[[EclipseLink/UserGuide/JPA/Advanced JPA Development/Schema Generation/Index|@Index]] <span style="color: red;">''new in EL 2.2''</span>  
 
***[[EclipseLink/UserGuide/JPA/Advanced JPA Development/Schema Generation/CascadeOnDelete|@CascadeOnDelete]] <span style="color: red;">''new in EL 2.2''</span>  
 
***[[EclipseLink/UserGuide/JPA/Advanced JPA Development/Schema Generation/CascadeOnDelete|@CascadeOnDelete]] <span style="color: red;">''new in EL 2.2''</span>  

Revision as of 11:58, 29 March 2011

Eclipselink-logo.gif

The EclipseLink JPA User's Guide

Version 2.2.0 (In progress)




Complete Table of Contents:

Introduction


Basic JPA Development



Advanced JPA Development

Back to the top