注释类型 LazyToOne
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface LazyToOne
Define the laziness options available for a ToOne (ie OneToOne or ManyToOne) association.- 作者:
- Emmanuel Bernard
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 LazyToOneOptionvalueSpecify the laziness option.
-
-
-
元素详细资料
-
value
LazyToOneOption value
Specify the laziness option.
-
-