Package org.hibernate.annotations
Annotation Type LazyToOne
-
@Deprecated(since="6.2") @Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface LazyToOne
Deprecated.use JPA annotations to specify theFetchType
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description LazyToOneOption
value
Deprecated.ALazyToOneOption
which determines how lazy fetching should be handled.
-
-
-
Element Detail
-
value
LazyToOneOption value
Deprecated.ALazyToOneOption
which determines how lazy fetching should be handled.- Default:
- org.hibernate.annotations.LazyToOneOption.PROXY
-
-