Package org.hibernate.tuple
Interface ValueGenerator<T>
-
public interface ValueGenerator<T>
Defines a generator for in-VM generation of (non-identifier) attribute values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
generateValue(Session session, java.lang.Object owner)
Generate the value.
-