| Author |
Hibernate and JPA with Spring
|
Anil Vupputuri
Ranch Hand
Joined: Oct 31, 2000
Posts: 527
|
|
Hi Ahmad,
I know most people do not use the JPA API to work with persisted objects, rather, JPA annotations are only used to define the ORM mappings. JPA here is very trivial.
By using standard JPA annotations to markup a set of POJOs and then persist the POJOs by configuring Spring to use the Hibernate.
This combination is used in many projects. Does your book emphasize on Hibernate and JPA with Spring.
Thanks.
|
SCJP 1.5, SCEA, ICED (287,484,486)
|
 |
Vyas Sanzgiri
Ranch Hand
Joined: Jun 16, 2007
Posts: 686
|
|
|
Yes : http://www.packtpub.com/article/spring-persistence-with-hibernate-table-of-contents
|
===Vyas Sanzgiri===
My Blog
|
 |
Ahmad Reza Seddighi
Author
Greenhorn
Joined: Dec 15, 2009
Posts: 24
|
|
Yes. The book investigates Hibernate native API and JPA-compliant API with Spring to implement the data layer of the application.
Spring Persistence with Hibernate
|
Ahmad Reza Seddighi
website: http://www.ahmadseddighi.com
email: ahmadseddighi@yahoo.com
|
 |
 |
|
|
subject: Hibernate and JPA with Spring
|
|
|