Package org.hibernate.annotations
Annotation Type FetchProfile.FetchOverride
-
@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public static @interface FetchProfile.FetchOverride
Descriptor for a particular association override.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
association
The association whose fetch is being overridden.Class<?>
entity
The entity containing the association whose fetch is being overridden.FetchMode
mode
The fetch mode to apply to the association.
-