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 JDBCFetchPlanImpl.addFetchGroup(String group)
           
 JDBCFetchPlan JDBCFetchPlan.addFetchGroup(String group)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addFetchGroups(Collection groups)
           
 JDBCFetchPlan JDBCFetchPlan.addFetchGroups(Collection groups)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addFetchGroups(String... groups)
           
 JDBCFetchPlan JDBCFetchPlan.addFetchGroups(String... groups)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addField(Class cls, String field)
           
 JDBCFetchPlan JDBCFetchPlan.addField(Class cls, String field)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addField(String field)
           
 JDBCFetchPlan JDBCFetchPlan.addField(String field)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addFields(Class cls, Collection fields)
           
 JDBCFetchPlan JDBCFetchPlan.addFields(Class cls, Collection fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addFields(Class cls, String... fields)
           
 JDBCFetchPlan JDBCFetchPlan.addFields(Class cls, String... fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addFields(Collection fields)
           
 JDBCFetchPlan JDBCFetchPlan.addFields(Collection fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.addFields(String... fields)
           
 JDBCFetchPlan JDBCFetchPlan.addFields(String... fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.clearFetchGroups()
           
 JDBCFetchPlan JDBCFetchPlan.clearFetchGroups()
           
 JDBCFetchPlan JDBCFetchPlanImpl.clearFields()
           
 JDBCFetchPlan JDBCFetchPlan.clearFields()
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeFetchGroup(String group)
           
 JDBCFetchPlan JDBCFetchPlan.removeFetchGroup(String group)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeFetchGroups(Collection groups)
           
 JDBCFetchPlan JDBCFetchPlan.removeFetchGroups(Collection groups)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeFetchGroups(String... groups)
           
 JDBCFetchPlan JDBCFetchPlan.removeFetchGroups(String... groups)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeField(Class cls, String field)
           
 JDBCFetchPlan JDBCFetchPlan.removeField(Class cls, String field)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeField(String field)
           
 JDBCFetchPlan JDBCFetchPlan.removeField(String field)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeFields(Class cls, Collection fields)
           
 JDBCFetchPlan JDBCFetchPlan.removeFields(Class cls, Collection fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeFields(Class cls, String... fields)
           
 JDBCFetchPlan JDBCFetchPlan.removeFields(Class cls, String... fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeFields(Collection fields)
           
 JDBCFetchPlan JDBCFetchPlan.removeFields(Collection fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.removeFields(String... fields)
           
 JDBCFetchPlan JDBCFetchPlan.removeFields(String... fields)
           
 JDBCFetchPlan JDBCFetchPlanImpl.resetFetchGroups()
           
 JDBCFetchPlan JDBCFetchPlan.resetFetchGroups()
           
 JDBCFetchPlan JDBCFetchPlan.setEagerFetchMode(FetchMode mode)
          Eager fetch mode in loading relations.
 JDBCFetchPlan JDBCFetchPlanImpl.setEagerFetchMode(int mode)
           
 JDBCFetchPlan JDBCFetchPlan.setEagerFetchMode(int mode)
          Deprecated. use setEagerFetchMode(FetchMode) instead.
 JDBCFetchPlan JDBCFetchPlanImpl.setFetchBatchSize(int fetchBatchSize)
           
 JDBCFetchPlan JDBCFetchPlan.setFetchBatchSize(int fetchBatchSize)
           
 JDBCFetchPlan JDBCFetchPlan.setFetchDirection(FetchDirection direction)
          Result set fetch direction.
 JDBCFetchPlan JDBCFetchPlanImpl.setFetchDirection(int direction)
           
 JDBCFetchPlan JDBCFetchPlan.setFetchDirection(int direction)
          Deprecated. use setFetchDirection(FetchDirection) instead.
 JDBCFetchPlan JDBCFetchPlanImpl.setIsolation(IsolationLevel level)
           
 JDBCFetchPlan JDBCFetchPlan.setIsolation(IsolationLevel level)
          The isolation level for queries issued to the database.
 JDBCFetchPlan JDBCFetchPlanImpl.setJoinSyntax(int syntax)
           
 JDBCFetchPlan JDBCFetchPlan.setJoinSyntax(int syntax)
          Deprecated. use setJoinSyntax(JoinSyntax) instead.
 JDBCFetchPlan JDBCFetchPlan.setJoinSyntax(JoinSyntax syntax)
          SQL join syntax.
 JDBCFetchPlan JDBCFetchPlanImpl.setLockTimeout(int timeout)
           
 JDBCFetchPlan JDBCFetchPlan.setLockTimeout(int timeout)
           
 JDBCFetchPlan JDBCFetchPlanImpl.setLRSSize(int lrsSizeMode)
           
 JDBCFetchPlan JDBCFetchPlan.setLRSSize(int lrsSizeMode)
          Deprecated. use setLRSSizeAlgorithm(LRSSizeAlgorithm) instead.
 JDBCFetchPlan JDBCFetchPlan.setLRSSizeAlgorithm(LRSSizeAlgorithm lrsSizeAlgorithm)
          How to determine the size of a large result set.
 JDBCFetchPlan JDBCFetchPlanImpl.setMaxFetchDepth(int depth)
           
 JDBCFetchPlan JDBCFetchPlan.setMaxFetchDepth(int depth)
           
 JDBCFetchPlan JDBCFetchPlanImpl.setQueryResultCacheEnabled(boolean cache)
           
 JDBCFetchPlan JDBCFetchPlan.setQueryResultCacheEnabled(boolean cache)
           
 JDBCFetchPlan JDBCFetchPlanImpl.setQueryTimeout(int timeout)
           
 JDBCFetchPlan JDBCFetchPlan.setQueryTimeout(int timeout)
           
 JDBCFetchPlan JDBCFetchPlanImpl.setReadLockMode(LockModeType mode)
           
 JDBCFetchPlan JDBCFetchPlan.setReadLockMode(LockModeType mode)
           
 JDBCFetchPlan JDBCFetchPlanImpl.setResultSetType(int mode)
           
 JDBCFetchPlan JDBCFetchPlan.setResultSetType(int mode)
          Deprecated. use setResultSetType(ResultSetType) instead.
 JDBCFetchPlan JDBCFetchPlan.setResultSetType(ResultSetType type)
          Type of JDBC result set to use for query results.
 JDBCFetchPlan JDBCFetchPlan.setSubclassFetchMode(FetchMode mode)
          Eager fetch mode in loading subclasses.
 JDBCFetchPlan JDBCFetchPlanImpl.setSubclassFetchMode(int mode)
           
 JDBCFetchPlan JDBCFetchPlan.setSubclassFetchMode(int mode)
          Deprecated. use setSubclassFetchMode(FetchMode) instead.
 JDBCFetchPlan JDBCFetchPlanImpl.setWriteLockMode(LockModeType mode)
           
 JDBCFetchPlan JDBCFetchPlan.setWriteLockMode(LockModeType mode)
           
 



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