注释类型 FetchProfile
-
@Target({TYPE,PACKAGE}) @Retention(RUNTIME) @Repeatable(FetchProfiles.class) public @interface FetchProfile
Define the fetching strategy profile.- 作者:
- Hardy Ferentschik
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 FetchProfile.FetchOverride[]fetchOverridesThe association fetch overrides.StringnameThe name of the fetch profile.
-
-
-
元素详细资料
-
name
String name
The name of the fetch profile.
-
-
-
fetchOverrides
FetchProfile.FetchOverride[] fetchOverrides
The association fetch overrides.
-
-