| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EagerFetchModes
Eager fetch mode constants.
| Field Summary | |
|---|---|
| static int | EAGER_JOINConstant indicating to load relations and subclass data if possible without separate queries. | 
| static int | EAGER_NONEConstant indicating not to try to load subclass data and related objects when querying for an object. | 
| static int | EAGER_PARALLELConstant indicating to load relations and subclass data if possible using either joins or parallel queries. | 
| Field Detail | 
|---|
static final int EAGER_NONE
static final int EAGER_JOIN
static final int EAGER_PARALLEL
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||