类 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- 作者:
- Gavin King
-
-
构造器概要
构造器 构造器 说明 OnLockVisitor(EventSource session, Serializable key, Object owner)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ObjectprocessCollection(Object collection, CollectionType type)-
从类继承的方法 org.hibernate.event.internal.ProxyVisitor
isOwnerUnchanged, reattachCollection
-
从类继承的方法 org.hibernate.event.internal.AbstractVisitor
process, processEntityPropertyValues
-
-
-
-
构造器详细资料
-
OnLockVisitor
public OnLockVisitor(EventSource session, Serializable key, Object owner)
-
-
方法详细资料
-
processCollection
public Object processCollection(Object collection, CollectionType type) throws HibernateException
-
-