Uses of Class
org.hibernate.annotations.GenerationTime
-
Packages that use GenerationTime Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations. -
-
Uses of GenerationTime in org.hibernate.annotations
Methods in org.hibernate.annotations that return GenerationTime Modifier and Type Method Description GenerationTimevalue()Specifies the events that cause the value to be generated by the database.static GenerationTimeGenerationTime. valueOf(String name)Returns the enum constant of this type with the specified name.static GenerationTime[]GenerationTime. values()Returns an array containing the constants of this enum type, in the order they are declared.GenerationTimewhen()Deprecated.When to generate the value, either only during insert or during insert and update of the hosting entity.
-