OpenJPA Support
MyEclipse 7.1 includes OpenJPA as a persistence
provider. You can now select OpenJPA when you add JPA
capabilities to your project.
MyEclipse 7.1 also adds EclipseLink as a persistence
provider. You can now select EclipseLink when you add JPA
capabilities to your project.
Create a persistence unit easily using existing connection
details.
Here is an example of a generated persistence.xml file.
Create a persistence unit easily using existing connection
details.
Here is an example of a generated persistence.xml file.
OpenJPA 1.2 libraries are added to your project when OpenJPA is
selected as a persistence provider.
These libraries can be customized on the JPA preference page.
EclipseLink 1.0.2 libraries are added to your project when EclipseLink is
selected as a persistence provider.
These libraries can be customized on the JPA preference page.
Existing JPA features such as reverse engineering, validation, auto completion, etc., remain
available for OpenJPA and EclipseLink persistence projects.
|