@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
public static @interface FetchProfile.FetchOverride
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
association
The association whose fetch is being overridden.
|
java.lang.Class<?> |
entity
The entity containing the association whose fetch is being overridden.
|
FetchMode |
mode
The fetch mode to apply to the association.
|
public abstract java.lang.Class<?> entity
public abstract java.lang.String association
public abstract FetchMode mode
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.