Uses of Class
org.hibernate.annotations.ValueGenerationType
-
Packages that use ValueGenerationType Package Description org.hibernate.annotations Package containing all Hibernate's 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.interfaceCurrentTimestampSpecifies that the databasecurrent_timestampfunction is used to generate values of the annotated attribute, based onCurrentTimestamp.timing().interfaceGeneratedSpecifies that the value of the annotated property is generated by the database.interfaceGeneratedColumnSpecifies that a column is defined using a DDLgenerated always asclause or equivalent, and that Hibernate should fetch the generated value from the database after each SQLINSERTorUPDATE.interfaceGeneratorTypeDeprecated.Most uses can be changed to useValueGenerationType+AnnotationValueGenerationinterfaceTenantIdIdentifies a field of an entity that holds a tenant id in discriminator-based multitenancy.interfaceUpdateTimestampMarks a property as the update timestamp of the containing entity.
-