Annotation Type EagerFetchMode
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface EagerFetchMode
Determines how to eager-fetch a field.- Since:
- 0.4.0
- Author:
- Abe White
-
-
Element Detail
-
value
FetchMode value
- Default:
- org.apache.openjpa.persistence.jdbc.FetchMode.NONE
-
-