Showing posts with label jpa / java persistence api. Show all posts
Showing posts with label jpa / java persistence api. Show all posts

Sunday, 8 May 2011

JPA support in Application Servers

Since JPA is part of the JEE 5 specification, all application servers need to support JPA. Spring and EJB3 provides full support for JPA, which means one can use DI (Dependency injection )  to direct access JPA EntityManagerFactory and EntityManager instances.

JPA Tutorial Index


But there are various JPA compliant existing like EclipseLink, hibernate, TOPLink.
Seeing the examples:
JPA 2.0 with EclipseLink