Uses of Class
org.hibernate.annotations.SourceType
-
Packages that use SourceType Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations. -
-
Uses of SourceType in org.hibernate.annotations
Methods in org.hibernate.annotations that return SourceType Modifier and Type Method Description SourceTypevalue()How is the timestamp generated? Default is a JVM generated value.static SourceTypeSourceType. 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.
-