Package org.hibernate.tuple
Class TimestampGenerators
- java.lang.Object
- org.hibernate.tuple.TimestampGenerators
@Deprecatedpublic final classTimestampGeneratorsextendsObject
Deprecated.This style of generation has been replaced byorg.hibernate.generatorGenerators 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.