Uses of Class
org.hibernate.annotations.CreationTimestamp
-
Packages that use CreationTimestamp Package Description org.hibernate.generator.internal org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model. -
-
Uses of CreationTimestamp in org.hibernate.generator.internal
Constructors in org.hibernate.generator.internal with parameters of type CreationTimestamp Constructor Description CurrentTimestampGeneration(CreationTimestamp annotation, Member member, GeneratorCreationContext context) -
Uses of CreationTimestamp in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type CreationTimestamp Modifier and Type Method Description voidCreationTimestampGeneration. initialize(CreationTimestamp annotation, Class<?> propertyType)Deprecated.
-