Uses of Class
org.hibernate.annotations.ValueGenerationType
-
Packages that use ValueGenerationType Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations. -
-
Uses of ValueGenerationType in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type ValueGenerationType Modifier and Type Class Description interfaceCreationTimestampMarks a property as the creation timestamp of the containing entity.interfaceGeneratedThe annotated property is generated by the database.interfaceGeneratorTypeMarks a property as generated, specifying theValueGeneratortype to be used for generating the value.interfaceUpdateTimestampMarks a property as the update timestamp of the containing entity.
-