Uses of Class
org.hibernate.annotations.SourceType
-
Packages that use SourceType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.generator.internal -
-
Uses of SourceType in org.hibernate.annotations
Methods in org.hibernate.annotations that return SourceType Modifier and Type Method Description SourceType
source()
Specifies how the timestamp is generated.SourceType
source()
Specifies how the timestamp is generated.SourceType
source()
Specifies how the timestamp is generated.SourceType
value()
Deprecated.The source of timestamps.static SourceType
SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceType[]
SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SourceType in org.hibernate.generator.internal
Constructors in org.hibernate.generator.internal with parameters of type SourceType Constructor Description SourceGeneration(SourceType sourceType, Class<?> propertyType, GeneratorCreationContext context)
Deprecated.
-