Package org.hibernate.annotations
Annotation Type FetchProfile
-
@Target({TYPE,PACKAGE}) @Retention(RUNTIME) @Repeatable(FetchProfiles.class) public @interface FetchProfile
Define the fetching strategy profile.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description FetchProfile.FetchOverride[]
fetchOverrides
The association fetch overrides.String
name
The name of the fetch profile.
-
-
-
Element Detail
-
name
String name
The name of the fetch profile.
-
-
-
fetchOverrides
FetchProfile.FetchOverride[] fetchOverrides
The association fetch overrides.
-
-