Uses of Class
org.apache.openjpa.persistence.jdbc.FetchDirection

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
(package private) static FetchDirection FetchDirection.fromKernelConstant(int kernelConstant)
           
 FetchDirection JDBCFetchPlan.getFetchDirection()
          Result set fetch direction.
 FetchDirection JDBCFetchPlanImpl.getFetchDirection()
           
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
 JDBCFetchPlan JDBCFetchPlan.setFetchDirection(FetchDirection direction)
          Result set fetch direction.
 JDBCFetchPlanImpl JDBCFetchPlanImpl.setFetchDirection(FetchDirection direction)
           
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.