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.
No comments:
Post a Comment