Uses of Enum
org.apache.openjpa.persistence.jdbc.FetchDirection
-
Uses of FetchDirection in org.apache.openjpa.persistence.jdbc
Modifier and TypeMethodDescriptionJDBCFetchPlan.getFetchDirection()
Result set fetch direction.JDBCFetchPlanImpl.getFetchDirection()
static FetchDirection
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.Modifier and TypeMethodDescriptionJDBCFetchPlan.setFetchDirection
(FetchDirection direction) Result set fetch direction.JDBCFetchPlanImpl.setFetchDirection
(FetchDirection direction)