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

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

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

Methods in org.apache.openjpa.persistence.jdbc that return FetchMode
 FetchMode JDBCFetchPlanImpl.getEagerFetchMode()
           
 FetchMode JDBCFetchPlan.getEagerFetchMode()
          Eager fetch mode in loading relations.
 FetchMode JDBCFetchPlanImpl.getSubclassFetchMode()
           
 FetchMode JDBCFetchPlan.getSubclassFetchMode()
          Eager fetch mode in loading subclasses.
static FetchMode FetchMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FetchMode[] FetchMode.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 FetchMode
 JDBCFetchPlanImpl JDBCFetchPlanImpl.setEagerFetchMode(FetchMode mode)
           
 JDBCFetchPlan JDBCFetchPlan.setEagerFetchMode(FetchMode mode)
          Eager fetch mode in loading relations.
 JDBCFetchPlanImpl JDBCFetchPlanImpl.setSubclassFetchMode(FetchMode mode)
           
 JDBCFetchPlan JDBCFetchPlan.setSubclassFetchMode(FetchMode mode)
          Eager fetch mode in loading subclasses.
 



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