Uses of Class
org.hibernate.annotations.GenerationTime
-
Packages that use GenerationTime Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.generator.internal org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model. -
-
Uses of GenerationTime in org.hibernate.annotations
Methods in org.hibernate.annotations that return GenerationTime Modifier and Type Method Description GenerationTime
value()
Deprecated.static GenerationTime
GenerationTime. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static GenerationTime[]
GenerationTime. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.GenerationTime
when()
Deprecated.Specifies when values should be generated: IfINSERT
, the value will be generated before each SQLinsert
statement is executed. -
Uses of GenerationTime in org.hibernate.generator.internal
Constructors in org.hibernate.generator.internal with parameters of type GenerationTime Constructor Description GeneratedGeneration(GenerationTime event)
-
Uses of GenerationTime in org.hibernate.tuple
Methods in org.hibernate.tuple that return GenerationTime Modifier and Type Method Description GenerationTime
GenerationTiming. getEquivalent()
Deprecated, for removal: This API element is subject to removal in a future version.
-