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/Development/Documentation/JPA/2.2/TOC review"

 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
|toc=n}}
 
|toc=n}}
 
'''[[EclipseLink/UserGuide/JPA|EclipseLink JPA User's Guide]]''' (under development)  
 
'''[[EclipseLink/UserGuide/JPA|EclipseLink JPA User's Guide]]''' (under development)  
 +
 +
A topic followed by "[[Image:Elug about icon.png]] Review" is ready for review.
 +
  
 
== Complete Table of Contents:  ==
 
== Complete Table of Contents:  ==
Line 56: Line 59:
 
*****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings/Collection Mappings/OneToMany|OneToMany]]  
 
*****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings/Collection Mappings/OneToMany|OneToMany]]  
 
*****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings/Collection Mappings/ManyToMany|ManyToMany]]  
 
*****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings/Collection Mappings/ManyToMany|ManyToMany]]  
 +
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Additional Criteria|Additional Criteria]] <span style="color: red;">''new in EL 2.2''</span>
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Locking|Locking]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Locking|Locking]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Locking/Optimistic Locking|Optimistic Locking]]  
 
****[[EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Locking/Optimistic Locking|Optimistic Locking]]  
Line 69: Line 73:
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/JPQL|JPQL]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/JPQL|JPQL]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Criteria|Criteria]]  
 
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Criteria|Criteria]]  
***[[EclipseLink/UserGuide/JPA/Basic JPA Development/Querying/Additional Criteria|Additional Criteria]] <span style="color: red;">'''''new in EL 2.2'''''</span> <br>[[Image:Elug about icon.png]] Review
 
 
***[[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><br>[[Image:Elug about icon.png]] Review
 
***[[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><br>[[Image:Elug about icon.png]] Review
***[[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><br>[[Image:Elug about icon.png]] Review
 
**[[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]]

Latest revision as of 10:21, 29 March 2011


Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

EclipseLink JPA User's Guide (under development)

A topic followed by "Elug about icon.png Review" is ready for review.


Complete Table of Contents:

Introduction


Basic JPA Development



Advanced JPA Development

Back to the top