注释类型 FetchProfiles
-
@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public @interface FetchProfiles
Collects together multiple fetch profiles.- 作者:
- Hardy Ferentschik
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 FetchProfile[]valueThe aggregated fetch profiles.
-
-
-
元素详细资料
-
value
FetchProfile[] value
The aggregated fetch profiles.
-
-