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 FetchDirectionJDBCFetchPlan. getFetchDirection()Result set fetch direction.FetchDirectionJDBCFetchPlanImpl. getFetchDirection()static FetchDirectionFetchDirection. 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 JDBCFetchPlanJDBCFetchPlan. setFetchDirection(FetchDirection direction)Result set fetch direction.JDBCFetchPlanImplJDBCFetchPlanImpl. setFetchDirection(FetchDirection direction)
-