C H A P T E R  10

Data Access in Spring with JPA2

In the previous chapter, we discussed how to use Hibernate in Spring applications when implementing data access logic with the ORM approach. We demonstrated how to configure Hibernate’s SessionFactory in Spring’s configuration and how to use Hibernate’s Session interface for various data access operations.

However, what we discussed in the previous chapter was just one aspect of Hibernate’s usage. Another way of adopting Hibernate in a Spring application is to use Hibernate as a persistence provider of the JCP standard, the Java Persistence API (JPA).

As discussed earlier, Hibernate’s POJO base mapping and its powerful query language (HQL) have gained great success and have influenced the development ...

Get Pro Spring 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.