JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
org.hibernate.annotations
Annotation Type Fetch
@Target
({
METHOD
,
FIELD
})
@Retention
(
RUNTIME
) public @interface
Fetch
Specify the fetching strategy used for the annotated association.
See Also:
FetchMode
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
FetchMode
value
The method that should be used to fetch the association.
Element Detail
value
FetchMode
value
The method that should be used to fetch the association.