Class UnitOfWorkTransformerValueHolder<T>

All Implemented Interfaces:
Serializable, Cloneable, ValueHolderInterface<T>, WeavedAttributeValueHolderInterface<T>, WrappingValueHolder<T>

public class UnitOfWorkTransformerValueHolder<T> extends UnitOfWorkValueHolder<T>
UnitOfWorkTransformerValueHolder wraps a database-stored object and implements behavior to access it. The object is read from the database by invoking a user-specified transformer object. This value holder is used only in the unit of work. Most of the methods ignore the actual attribute values and are simply used to trigger instantiation.
See Also: