Annotation Type SubclassFetchMode
-
@Target(TYPE) @Retention(RUNTIME) public @interface SubclassFetchMode
Determines how to eager-fetch subclass data.- Since:
- 0.4.0
- Author:
- Abe White
-
-
Element Detail
-
value
FetchMode value
- Default:
- org.apache.openjpa.persistence.jdbc.FetchMode.NONE
-
-