Uses of Class
org.apache.openjpa.persistence.FetchPlan

Uses of FetchPlan in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return FetchPlan
 FetchPlan FetchPlan.addFetchGroup(java.lang.String group)
          Adds group to the set of fetch group to use when loading objects.
 FetchPlan FetchPlan.addFetchGroups(java.util.Collection groups)
          Adds groups to the set of fetch group names to use when loading objects.
 FetchPlan FetchPlan.addFetchGroups(java.lang.String... groups)
          Adds groups to the set of fetch group names to use when loading objects.
 FetchPlan FetchPlan.addField(java.lang.Class cls, java.lang.String field)
          Adds field to the set of field names to use when loading objects.
 FetchPlan FetchPlan.addField(java.lang.String field)
          Adds field to the set of fully-qualified field names to use when loading objects.
 FetchPlan FetchPlan.addFields(java.lang.Class cls, java.util.Collection fields)
          Adds fields to the set of field names to use when loading objects.
 FetchPlan FetchPlan.addFields(java.lang.Class cls, java.lang.String... fields)
          Adds fields to the set of field names to use when loading objects.
 FetchPlan FetchPlan.addFields(java.util.Collection fields)
          Adds fields to the set of fully-qualified field names to use when loading objects.
 FetchPlan FetchPlan.addFields(java.lang.String... fields)
          Adds fields to the set of fully-qualified field names to use when loading objects.
 FetchPlan FetchPlan.clearFetchGroups()
          Clears the set of fetch group names to use wen loading data.
 FetchPlan FetchPlan.clearFields()
          Clears the set of field names to use wen loading data.
 FetchPlan EntityManagerImpl.getFetchPlan()
           
 FetchPlan Extent.getFetchPlan()
          Fetch configuration for controlling how iterated objects are loaded.
 FetchPlan OpenJPAEntityManager.getFetchPlan()
          Return the (mutable) fetch plan for loading objects from this entity manager.
 FetchPlan OpenJPAQuery.getFetchPlan()
          Fetch plan for controlling the loading of results.
 FetchPlan QueryImpl.getFetchPlan()
           
 FetchPlan FetchPlan.removeFetchGroup(java.lang.String group)
          Remove the given fetch group.
 FetchPlan FetchPlan.removeFetchGroups(java.util.Collection groups)
          Removes groups from the set of fetch group names to use when loading objects.
 FetchPlan FetchPlan.removeFetchGroups(java.lang.String... groups)
          Removes groups from the set of fetch group names to use when loading objects.
 FetchPlan FetchPlan.removeField(java.lang.Class cls, java.lang.String field)
          Remove the given field.
 FetchPlan FetchPlan.removeField(java.lang.String field)
          Remove the given fully-qualified field.
 FetchPlan FetchPlan.removeFields(java.lang.Class cls, java.util.Collection fields)
          Removes fields from the set of field names to use when loading objects.
 FetchPlan FetchPlan.removeFields(java.lang.Class cls, java.lang.String... fields)
          Removes fields from the set of field names to use when loading objects.
 FetchPlan FetchPlan.removeFields(java.util.Collection fields)
          Removes fields from the set of fully-qualified field names to use when loading objects.
 FetchPlan FetchPlan.removeFields(java.lang.String... fields)
          Removes fields from the set of fully-qualified field names to use when loading objects.
 FetchPlan FetchPlan.resetFetchGroups()
          Resets the set of fetch groups to the list in the global configuration.
 FetchPlan FetchPlan.setFetchBatchSize(int fetchBatchSize)
          Set the fetch batch size for large result set support.
 FetchPlan FetchPlan.setLockTimeout(int timeout)
          The number of milliseconds to wait for an object lock, or -1 for no limit.
 FetchPlan FetchPlan.setMaxFetchDepth(int depth)
          The maximum fetch depth when loading an object.
 FetchPlan FetchPlan.setQueryResultCache(boolean cache)
          Control whether or not query caching is enabled.
 FetchPlan FetchPlan.setReadLockMode(javax.persistence.LockModeType mode)
          The lock level to use for locking loaded objects.
 FetchPlan FetchPlan.setWriteLockMode(javax.persistence.LockModeType mode)
          The lock level to use for locking dirtied objects.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.