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 GenerationTime
value()
Specifies the events that cause the value to be generated by the database.static GenerationTime
GenerationTime. 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.GenerationTime
when()
Deprecated.When to generate the value, either only during insert or during insert and update of the hosting entity.
-