| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FetchMode | |
|---|---|
| org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC | 
| Uses of FetchMode in org.apache.openjpa.persistence.jdbc | 
|---|
| Methods in org.apache.openjpa.persistence.jdbc that return FetchMode | |
|---|---|
(package private) static FetchMode | 
FetchMode.fromKernelConstant(int kernelConstant)
 | 
 FetchMode | 
JDBCFetchPlanImpl.getEagerFetchMode()
 | 
 FetchMode | 
JDBCFetchPlan.getEagerFetchMode()
Eager fetch mode in loading relations.  | 
 FetchMode | 
JDBCFetchPlanImpl.getSubclassFetchMode()
 | 
 FetchMode | 
JDBCFetchPlan.getSubclassFetchMode()
Eager fetch mode in loading subclasses.  | 
static FetchMode | 
FetchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static FetchMode[] | 
FetchMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in org.apache.openjpa.persistence.jdbc with parameters of type FetchMode | |
|---|---|
 JDBCFetchPlanImpl | 
JDBCFetchPlanImpl.setEagerFetchMode(FetchMode mode)
 | 
 JDBCFetchPlan | 
JDBCFetchPlan.setEagerFetchMode(FetchMode mode)
Eager fetch mode in loading relations.  | 
 JDBCFetchPlanImpl | 
JDBCFetchPlanImpl.setSubclassFetchMode(FetchMode mode)
 | 
 JDBCFetchPlan | 
JDBCFetchPlan.setSubclassFetchMode(FetchMode mode)
Eager fetch mode in loading subclasses.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||