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 TgenerateValue(Session session, Object owner)Generate the value.
-