类 WrapVisitor
- java.lang.Object
-
- org.hibernate.event.internal.AbstractVisitor
-
- org.hibernate.event.internal.ProxyVisitor
-
- org.hibernate.event.internal.WrapVisitor
-
public class WrapVisitor extends ProxyVisitor
Wrap collections in a Hibernate collection wrapper.- 作者:
- Gavin King
-
-
构造器概要
构造器 构造器 说明 WrapVisitor(Object entity, Serializable id, EventSource session)WrapVisitor(EventSource session)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanisSubstitutionRequired()voidprocess(Object object, EntityPersister persister)Walk the tree starting from the given entity.-
从类继承的方法 org.hibernate.event.internal.ProxyVisitor
isOwnerUnchanged, reattachCollection
-
从类继承的方法 org.hibernate.event.internal.AbstractVisitor
processEntityPropertyValues
-
-
-
-
构造器详细资料
-
WrapVisitor
public WrapVisitor(Object entity, Serializable id, EventSource session)
-
WrapVisitor
public WrapVisitor(EventSource session)
-
-
方法详细资料
-
isSubstitutionRequired
public boolean isSubstitutionRequired()
-
process
public void process(Object object, EntityPersister persister) throws HibernateException
从类复制的说明:AbstractVisitorWalk the tree starting from the given entity.- 覆盖:
process在类中AbstractVisitor- 抛出:
HibernateException
-
-