Class AbstractVisitor

java.lang.Object
org.hibernate.event.internal.AbstractVisitor
Direct Known Subclasses:
DirtyCollectionSearchVisitor, EvictVisitor, FlushVisitor, ProxyVisitor

public abstract class AbstractVisitor extends Object
Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.