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
-
public class OnLockVisitor extends ReattachVisitor
When a transient entity is passed to lock(), we must inspect all its collections and 1. associate any uninitialized PersistentCollections with this session 2. associate any initialized PersistentCollections with this session, using the existing snapshot 3. throw an exception for each "new" collection
-
-
Constructor Summary
Constructors Constructor Description OnLockVisitor(EventSource session, Object key, Object owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
processCollection(Object collection, CollectionType type)
-
Methods inherited from class org.hibernate.event.internal.ProxyVisitor
isOwnerUnchanged, reattachCollection
-
Methods inherited from class org.hibernate.event.internal.AbstractVisitor
getSession, process, processEntityPropertyValues
-
-
-
-
Constructor Detail
-
OnLockVisitor
public OnLockVisitor(EventSource session, Object key, Object owner)
-
-
Method Detail
-
processCollection
public Object processCollection(Object collection, CollectionType type) throws HibernateException
- Throws:
HibernateException
-
-