Uses of Class
org.apache.openjpa.persistence.jdbc.FetchDirection
-
Packages that use FetchDirection Package Description 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 Modifier and Type Method Description FetchDirection
JDBCFetchPlan. getFetchDirection()
Result set fetch direction.FetchDirection
JDBCFetchPlanImpl. getFetchDirection()
static FetchDirection
FetchDirection. valueOf(java.lang.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 are declared.Methods in org.apache.openjpa.persistence.jdbc with parameters of type FetchDirection Modifier and Type Method Description JDBCFetchPlan
JDBCFetchPlan. setFetchDirection(FetchDirection direction)
Result set fetch direction.JDBCFetchPlanImpl
JDBCFetchPlanImpl. setFetchDirection(FetchDirection direction)
-