类的使用
org.hibernate.annotations.ValueGenerationType
-
使用ValueGenerationType的程序包 程序包 说明 org.hibernate.annotations Package containing all the Hibernate specific annotations. -
-
org.hibernate.annotations中ValueGenerationType的使用
注释类型为ValueGenerationType的org.hibernate.annotations中的类 修饰符和类型 类 说明 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.
-