Uses of Class
org.hibernate.annotations.GenerationTime
-
Packages that use GenerationTime Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations. -
-
Uses of GenerationTime in org.hibernate.annotations
Methods in org.hibernate.annotations that return GenerationTime Modifier and Type Method Description GenerationTimevalue()The enum value representing when the value is generated.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()When to generate the value, either only during insert or during insert and update of the hosting entity.
-