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