| Author |
Hibernate Search in Action and JPA
|
Joan Horta Tosas
Ranch Hand
Joined: Feb 01, 2007
Posts: 59
|
|
Hi, Emmanuel. Reading the books' topics I saw nothing about using Hibernate with JPA in a JEE5 application. Is this topic covered in the book? Thanks in advance for your response, Joan
|
 |
Emmanuel Bernard
author
Ranch Hand
Joined: Oct 22, 2008
Posts: 62
|
|
The book does not cover Hibernate Core per se but Hibernate Search which provides full-text search for Hibernate Core and Hibernate applications. Within that, Hibernate Search provides abstractions for both Hibernate Core APIs and Java Persistence API (you have a FullTextSession and a FullTextEntityManager. Both are described in the book. Also, I describe how to cluster Hibernate Search in a async mode using JMS and and MDB ie within Java EE 5. Hope that helps.
|
 |
Joan Horta Tosas
Ranch Hand
Joined: Feb 01, 2007
Posts: 59
|
|
Hi again, Yes, that's what I was looking for. Thanks again!
|
 |
 |
|
|
subject: Hibernate Search in Action and JPA
|
|
|