Package org.hibernate.annotations
Annotation Type Source
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface Source
Optional annotation in conjunction withVersion
and timestamp version properties indicating the source of the timestamp value.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SourceType
value
How is the timestamp generated? Default is a JVM generated value.
-
-
-
Element Detail
-
value
SourceType value
How is the timestamp generated? Default is a JVM generated value.- Default:
- org.hibernate.annotations.SourceType.VM
-
-