Package org.hibernate.annotations
Annotation Interface LazyToOne
Deprecated.
Specifies the machinery used to handle lazy fetching of
the annotated
OneToOne or
ManyToOne association.
This is an alternative to specifying only the JPA
FetchType.- Author:
- Emmanuel Bernard
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.ALazyToOneOptionwhich determines how lazy fetching should be handled.
-
Element Details
-
value
LazyToOneOption valueDeprecated.ALazyToOneOptionwhich determines how lazy fetching should be handled.- Default:
- PROXY
-
FetchType