org.hibernate.event.def
Class AbstractVisitor
java.lang.Object
org.hibernate.event.def.AbstractVisitor
public abstract class AbstractVisitor
extends java.lang.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.
processEntityPropertyValues
public void processEntityPropertyValues(Object[] values,
Type[] types)
throws HibernateException
Dispatch each property value to processValue().