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 StringassociationThe association whose fetch is being overridden.Class<?>entityThe entity containing the association whose fetch is being overridden.FetchModemodeThe fetch mode to apply to the association.
-