Maven and JPA tutorial

This tutorial shows how to create a JPA project using a Maven archetype and how to modify it in order to use Hibernate 4 JPA Provider and MySQL.   Maven and JPA tutorial By using the mvn archetype:generate command you are able to generate a quickstart project from an archetype. Lots of archetypes are available … Read more