Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » event » def » [javadoc | source]
org.hibernate.event.def
public class: FlushVisitor [javadoc | source]
java.lang.Object
   org.hibernate.event.def.AbstractVisitor
      org.hibernate.event.def.FlushVisitor
Process collections reachable from an entity. This visitor assumes that wrap was already performed for the entity.
Constructor:
 FlushVisitor(EventSource session,
    Object owner) 
Method from org.hibernate.event.def.FlushVisitor Summary:
processCollection
Methods from org.hibernate.event.def.AbstractVisitor:
getSession,   includeEntityProperty,   includeProperty,   process,   processCollection,   processComponent,   processEntity,   processEntityPropertyValues,   processValue,   processValue,   processValues
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.event.def.FlushVisitor Detail:
 Object processCollection(Object collection,
    CollectionType type) throws HibernateException