EclipseLink (JPA 2.0) With MySql
EclipseLink (JPA2.0) With MySql explains step by step details of setting / configuring Java Persistence (JPA) With EclipseLink And MySql
How To Configure EclipseLink (JPA 2.0) With MySql Database?
Java Persistence API (JPA), is a standard interface which wraps different ORM tools such as Hibernate, EclipseLink, OpenJPA etc.
ie; you can able to change Hibernate implementation to EclipseLink implementation without changing the code base.
On this standalone JPA 2.0 Example, we are using EclipseLink With MySql Database
If you want to configure EclipseLink (JPA 2.0) With Oracle Database, you can follow Configure EclipseLink (JPA 2.0) With Oracle Database
EclipseLink is popular open source ORM (Object Relation Mapping) tool for Java platform, for mapping an entity to a traditional relational database like Oracle, MySQL etc