|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchDirection | |
---|---|
org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC |
Uses of FetchDirection in org.apache.openjpa.persistence.jdbc |
---|
Methods in org.apache.openjpa.persistence.jdbc that return FetchDirection | |
---|---|
FetchDirection |
JDBCFetchPlanImpl.getFetchDirection()
|
FetchDirection |
JDBCFetchPlan.getFetchDirection()
Result set fetch direction. |
static FetchDirection |
FetchDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FetchDirection[] |
FetchDirection.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.openjpa.persistence.jdbc with parameters of type FetchDirection | |
---|---|
JDBCFetchPlanImpl |
JDBCFetchPlanImpl.setFetchDirection(FetchDirection direction)
|
JDBCFetchPlan |
JDBCFetchPlan.setFetchDirection(FetchDirection direction)
Result set fetch direction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |