Uses of Enum
org.apache.openjpa.persistence.jdbc.FetchDirection
Packages that use FetchDirection
-
Uses of FetchDirection in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return FetchDirectionModifier 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.Methods in org.apache.openjpa.persistence.jdbc with parameters of type FetchDirectionModifier and TypeMethodDescriptionJDBCFetchPlan.setFetchDirection
(FetchDirection direction) Result set fetch direction.JDBCFetchPlanImpl.setFetchDirection
(FetchDirection direction)