Package org.hibernate.annotations
Annotation Type LazyToOne
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface LazyToOne
Define the laziness options available for aOneToOne
orManyToOne
) association.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description LazyToOneOption
value
Specify the laziness option.
-
-
-
Element Detail
-
value
LazyToOneOption value
Specify the laziness option.
-
-