Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/2.4/annotations ref001"

m
m
Line 5: Line 5:
 
|category=JPA
 
|category=JPA
 
|release=2.4.x
 
|release=2.4.x
|title= }}
+
|title=TLJPA }}
 
<span class="metaname">    </span>
 
<span class="metaname">    </span>
  
Line 30: Line 30:
 
|}
 
|}
  
[[Image:Elug_draft_icon.png|Warning]]Beta Draft: 2012-06-15
+
[[Image:Elug_draft_icon.png|Warning]]Beta Draft: 2012-06-18
  
 
<span id="CACGDIBI"></span>
 
<span id="CACGDIBI"></span>
Line 65: Line 65:
  
 
==Entity Annotations==
 
==Entity Annotations==
 +
 +
EclipseLink includes the following annotations for entities:
 +
 +
* [[EclipseLink/UserGuide/JPA/2.4/a_readonly|@ReadOnly]]
 +
* [[EclipseLink/UserGuide/JPA/2.4/a_optimisticlocking|@OptimisticLocking]]
  
 
<span id="CACDIEID"></span>
 
<span id="CACDIEID"></span>
Line 102: Line 107:
  
 
* [[EclipseLink/UserGuide/JPA/2.4/a_customizer|@Customizer]]
 
* [[EclipseLink/UserGuide/JPA/2.4/a_customizer|@Customizer]]
 +
* [[EclipseLink/UserGuide/JPA/2.4/a_changetracking|@ChangeTracking]]
  
 
<span id="CACDCCEG"></span>
 
<span id="CACDCCEG"></span>

Revision as of 10:08, 18 June 2012


Java Persistence API (JPA) Extensions Reference for EclipseLink, 2.4.x

SearchSearch

   Contents Contents


Previous Previous

Next Next

WarningBeta Draft: 2012-06-18

Functional Listing of Annotations

The following lists the EclipseLink annotation extensions, categorized by function:

Mapping Annotations

EclipseLink includes the following annotations for mappings:

Entity Annotations

EclipseLink includes the following annotations for entities:

Converter Annotations

EclipseLink includes the following annotations for converting data:

Caching Annotations

EclipseLink includes the following annotations for caching:

Customization and Optimization Annotations

EclipseLink includes the following annotations for customization and optimization.

Copy Policy Annotations

EclipseLink includes the following annotations for copy policies:

Returning Policy Annotations

EclipseLink includes the following annotations for returning policies:

Stored Procedure and Function Annotations

EclipseLink includes the following annotations for stored procedures and stored functions:

 


Previous Previous

Next Next

EclispeLink
EclipseLink logo EclipseLink Home • PDF PDF (coming soon)

SearchSearch

   Contents Contents

Back to the top