注释类型 Source
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface Source
Optional annotation in conjunction withVersionand timestamp version properties indicating the source of the timestamp value.- 作者:
- Hardy Ferentschik
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 SourceTypevalueHow is the timestamp generated?
-
-
-
元素详细资料
-
value
SourceType value
How is the timestamp generated? Default is a JVM generated value.- 默认值:
- org.hibernate.annotations.SourceType.VM
-
-