Skip to Main Content
Java Persistence with Hibernate
book

Java Persistence with Hibernate

by Gavin King, Christian Bauer
October 2006
Intermediate to advanced content levelIntermediate to advanced
880 pages
22h 11m
English
Manning Publications
Content preview from Java Persistence with Hibernate

17.5. Simplifying persistence with Seam

All the previous examples in this chapter use the EntityManager that was injected by the EJB 3.0 container. A member field in an EJB is annotated with @PersistenceContext, and the scope of the persistence context is always the transaction started and committed for a particular action method. In Hibernate terms, a Hibernate Session is opened, flushed, and closed for every method called on a session bean.

When a session bean method returns and the persistence context is closed, all entity instances you loaded from the database in that bean method are in detached state. You can render these instances on a JSF page by accessing their initialized properties and collections, but you get a LazyInitializationException ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java Persistence with Hibernate, Second Edition

Java Persistence with Hibernate, Second Edition

Christian Bauer, Gary Gregory
Pro JPA 2 in Java EE 8: An In-Depth Guide to Java Persistence APIs

Pro JPA 2 in Java EE 8: An In-Depth Guide to Java Persistence APIs

Mike Keith, Merrick Schincariol, Massimo Nardone
Beginning Hibernate 6: Java Persistence from Beginner to Pro

Beginning Hibernate 6: Java Persistence from Beginner to Pro

Joseph B. Ottinger, Jeff Linwood, Dave Minter

Publisher Resources

ISBN: 9781932394887Publisher SupportOtherPublisher WebsiteSupplemental ContentPurchase Link