接口的使用
org.hibernate.tuple.AnnotationValueGeneration
-
使用AnnotationValueGeneration的程序包 程序包 说明 org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. -
-
org.hibernate.annotations中AnnotationValueGeneration的使用
返回变量类型为AnnotationValueGeneration的类型的org.hibernate.annotations中的方法 修饰符和类型 方法 说明 Class<? extends AnnotationValueGeneration<?>>generatedBy()The type of value generation associated with the annotated value generator annotation type. -
org.hibernate.tuple中AnnotationValueGeneration的使用
实现AnnotationValueGeneration的org.hibernate.tuple中的类 修饰符和类型 类 说明 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.
-