public abstract class

AbstractVisitor

extends Object
java.lang.Object
   ↳ org.hibernate.event.def.AbstractVisitor
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.

Summary

Public Methods
void processEntityPropertyValues(Object[] values, Type[] types)
Dispatch each property value to processValue().
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public void processEntityPropertyValues (Object[] values, Type[] types)

Dispatch each property value to processValue().