Uses of Interface
org.hibernate.tuple.AnnotationValueGeneration
-
Packages that use AnnotationValueGeneration Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.tuple -
-
Uses of AnnotationValueGeneration in org.hibernate.annotations
Methods 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 classCreationTimestampGenerationValue generation implementation forCreationTimestamp.classGeneratedValueGenerationAAnnotationValueGenerationwhich marks a property as generated in the database.classUpdateTimestampGenerationValue generation implementation forUpdateTimestamp.classVmValueGenerationAAnnotationValueGenerationwhich allows to specify theValueGeneratorto be used to determine the value of the annotated property.
-