Package org.hibernate.event.internal
Class OnLockVisitor
java.lang.Object
org.hibernate.event.internal.AbstractVisitor
org.hibernate.event.internal.ProxyVisitor
org.hibernate.event.internal.ReattachVisitor
org.hibernate.event.internal.OnLockVisitor
When a transient entity is passed to lock(), we must inspect all its collections and
- associate any uninitialized PersistentCollections with this session
- associate any initialized PersistentCollections with this session, using the existing snapshot
- throw an exception for each "new" collection
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.event.internal.ProxyVisitor
isOwnerUnchanged, reattachCollection
Methods inherited from class org.hibernate.event.internal.AbstractVisitor
getSession, process, processEntityPropertyValues
-
Constructor Details
-
OnLockVisitor
-
-
Method Details
-
processCollection
- Throws:
HibernateException
-