Uses of Interface
org.hibernate.tuple.AnnotationValueGeneration
-
Packages that use AnnotationValueGeneration Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.tuple -
-
Uses of AnnotationValueGeneration in org.hibernate.annotations
Classes in org.hibernate.annotations that implement AnnotationValueGeneration Modifier and Type Class Description class
CurrentTimestampGeneration
Value generation strategy for using the database `current_timestamp` function to generate the valuesMethods in org.hibernate.annotations that return types with arguments of type AnnotationValueGeneration Modifier and Type Method Description Class<? extends AnnotationValueGeneration<?>>
generatedBy()
The type of value generation associated with the annotated value generator annotation type. -
Uses of AnnotationValueGeneration in org.hibernate.tuple
Classes in org.hibernate.tuple that implement AnnotationValueGeneration Modifier and Type Class Description class
CreationTimestampGeneration
Value generation implementation forCreationTimestamp
.class
GeneratedAlwaysValueGeneration
ForGeneratedColumn
class
GeneratedValueGeneration
AAnnotationValueGeneration
which marks a property as generated in the database.class
TenantIdGeneration
Value generation implementation forTenantId
.class
UpdateTimestampGeneration
Value generation implementation forUpdateTimestamp
.class
VmValueGeneration
AAnnotationValueGeneration
which allows to specify theValueGenerator
to be used to determine the value of the annotated property.
-