July 2010
Intermediate to advanced
312 pages
5h 43m
English
This chapter discusses the states an object goes through during its lifecycle. The session is responsible for managing object state in Hibernate, and the EntityManager does the same in Java Persistence. Hibernate provides a persistence mechanism that is transparent to the entities and the application; the application has to know the state of an object.
The chapter also discusses the persistence context provided by Hibernate. The persistence context manages objects and caches object states within a transaction (unit of work). You will learn how to use data filtering and interceptors.
What are the states that an object can have in Hibernate? How does the object lifecycle work? ...
Read now
Unlock full access