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/Examples/JPA/2.0/Employee"

 
Line 1: Line 1:
 
The EclipseLink Examples includes a JPA 2.0 example model for an employee tracking application.  It contains examples of most new JPA 2.0 mappings, and also contains runtime examples for varies queries and transactions.
 
The EclipseLink Examples includes a JPA 2.0 example model for an employee tracking application.  It contains examples of most new JPA 2.0 mappings, and also contains runtime examples for varies queries and transactions.
  
The source for the example can be found [[Image:org.eclipse.persistence.example.jpa.20.employee.annotations.zip|here]], or from the EclipseLink SVN [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/ repository].
+
The source for the example can be found [http://wiki.eclipse.org/images/b/b6/Org.eclipse.persistence.example.jpa.20.employee.annotations.zip here], or from the EclipseLink SVN [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/ repository].
  
 
[[Category:EclipseLink/Example/JPA|Employee]]
 
[[Category:EclipseLink/Example/JPA|Employee]]

Latest revision as of 10:55, 3 December 2009

The EclipseLink Examples includes a JPA 2.0 example model for an employee tracking application. It contains examples of most new JPA 2.0 mappings, and also contains runtime examples for varies queries and transactions.

The source for the example can be found here, or from the EclipseLink SVN repository.

Back to the top