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/Performance"

(New page: The EclipseLink Examples includes an example of how to optimize a database migration. It make use of several optimizations available in EclipseLink. This example is also described in the ...)
 
m
 
Line 6: Line 6:
  
 
The source for the example can be found [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.performance/org.eclipse.persistence.example.jpa.performance.zip here], or from the EclipseLink SVN [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.performance/ repository].
 
The source for the example can be found [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.performance/org.eclipse.persistence.example.jpa.performance.zip here], or from the EclipseLink SVN [http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.performance/ repository].
 +
 +
----
 +
 +
'''For more information, see "Enhancing Performance" in the ''[http://www.eclipse.org/eclipselink/documentation/ EclipseLink Solutions Guide]''.'''
  
 
[[Category:EclipseLink/Example/JPA|Performance]]
 
[[Category:EclipseLink/Example/JPA|Performance]]

Latest revision as of 19:06, 1 February 2013

The EclipseLink Examples includes an example of how to optimize a database migration. It make use of several optimizations available in EclipseLink.

This example is also described in the blog post:

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


For more information, see "Enhancing Performance" in the EclipseLink Solutions Guide.

Back to the top