Uses of Interface
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan

Packages that use JDBCFetchPlan
org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC 
 

Uses of JDBCFetchPlan in org.apache.openjpa.persistence.jdbc
 

Classes in org.apache.openjpa.persistence.jdbc that implement JDBCFetchPlan
 class JDBCFetchPlanImpl
          JDBC extensions to the fetch plan.
 

Methods in org.apache.openjpa.persistence.jdbc that return JDBCFetchPlan
 JDBCFetchPlan JDBCFetchPlan.setEagerFetchMode(int mode)
          Eager fetch mode in loading relations.
 JDBCFetchPlan JDBCFetchPlan.setFetchDirection(int direction)
          Result set fetch direction.
 JDBCFetchPlan JDBCFetchPlan.setJoinSyntax(int syntax)
          SQL join syntax.
 JDBCFetchPlan JDBCFetchPlan.setLRSSize(int lrsSize)
          How to determine the size of a large result set.
 JDBCFetchPlan JDBCFetchPlan.setResultSetType(int type)
          Type of JDBC result set to use for query results.
 JDBCFetchPlan JDBCFetchPlan.setSubclassFetchMode(int mode)
          Eager fetch mode in loading subclasses.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.