Uses of Enum Class
org.hibernate.annotations.SourceType
Packages that use SourceType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
-
Uses of SourceType in org.hibernate.annotations
Methods in org.hibernate.annotations that return SourceTypeModifier and TypeMethodDescriptionstatic SourceType
Returns the enum constant of this class with the specified name.static SourceType[]
SourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SourceType in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return SourceTypeModifier and TypeMethodDescriptionCreationTimestampAnnotation.source()
CurrentTimestampAnnotation.source()
UpdateTimestampAnnotation.source()
SourceAnnotation.value()
Methods in org.hibernate.boot.models.annotations.internal with parameters of type SourceTypeModifier and TypeMethodDescriptionvoid
CreationTimestampAnnotation.source
(SourceType value) void
CurrentTimestampAnnotation.source
(SourceType value) void
UpdateTimestampAnnotation.source
(SourceType value) void
SourceAnnotation.value
(SourceType value) -
Uses of SourceType in org.hibernate.generator.internal
Constructors in org.hibernate.generator.internal with parameters of type SourceTypeModifierConstructorDescriptionSourceGeneration
(SourceType sourceType, Class<?> propertyType, GeneratorCreationContext context) Deprecated.