Package org.hibernate.tuple
Class TimestampGenerators
- java.lang.Object
-
- org.hibernate.tuple.TimestampGenerators
-
@Deprecated public final class TimestampGenerators extends Object
Deprecated.This style of generation has been replaced byorg.hibernate.generator
Generators for obtaining the current VM timestamp in different representations.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> ValueGenerator<T>
get(Class<T> type)
Deprecated.
-
-
-
Method Detail
-
get
public static <T> ValueGenerator<T> get(Class<T> type)
Deprecated.
-
-