Package org.hibernate.event.internal
Class FlushVisitor
- java.lang.Object
-
- org.hibernate.event.internal.AbstractVisitor
-
- org.hibernate.event.internal.FlushVisitor
-
public class FlushVisitor extends AbstractVisitor
Process collections reachable from an entity. This visitor assumes that wrap was already performed for the entity.
-
-
Constructor Summary
Constructors Constructor Description FlushVisitor(EventSource session, Object owner)
-
-
-
Constructor Detail
-
FlushVisitor
public FlushVisitor(EventSource session, Object owner)
-
-