Uses of Class
net.wotonomy.control.EOObjectStore

Packages that use EOObjectStore
net.wotonomy.access   
net.wotonomy.control Support classes needed by the ui and web packages. 
 

Uses of EOObjectStore in net.wotonomy.access
 

Subclasses of EOObjectStore in net.wotonomy.access
 class EODatabaseContext
           
 

Uses of EOObjectStore in net.wotonomy.control
 

Subclasses of EOObjectStore in net.wotonomy.control
 class AbstractObjectStore
          An abstract implementation of object store that implements common functionality.
 class EditingContext
          EditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store.
 class EOCooperatingObjectStore
          A representation of a channel of communication to the database.
 class EOEditingContext
          EOEditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store.
 class EOObjectStoreCoordinator
          A representation of a channel of communication to the database.
 

Methods in net.wotonomy.control that return EOObjectStore
 EOObjectStore EODatabaseDataSource.databaseContext()
          Returns the object store at the root of the editing context's editing hierarchy.
static EOObjectStore EOEditingContext.defaultParentObjectStore()
          Returns the default parent object store for all object stores created with the parameterless constructor.
static EOObjectStore EditingContext.getDefaultParentObjectStore()
          Returns the default parent object store for all object stores created with the parameterless constructor.
 EOObjectStore EditingContext.getParentObjectStore()
          Returns the parent object store for this editing context.
 EOObjectStore EditingContext.getRootObjectStore()
          Returns the root object store, which is the parent of all parent object stores of this editing context.
 EOObjectStore EOEditingContext.parentObjectStore()
          Returns the parent object store for this editing context.
 EOObjectStore EOEditingContext.rootObjectStore()
          Returns the root object store, which is the parent of all parent object stores of this editing context.
 

Methods in net.wotonomy.control with parameters of type EOObjectStore
 boolean EOEditingContext.MessageHandler.editingContextShouldContinueFetching(EOEditingContext anEditingContext, int count, int limit, EOObjectStore anObjectStore)
          Called by the specified object store to determine whether fetching should continue, where count is the current count and limit is the limit as specified by the fetch specification.
static void EOEditingContext.setDefaultParentObjectStore(EOObjectStore anObjectStore)
          Sets the global default parent object store, used for the parameterless constructor.
 

Constructors in net.wotonomy.control with parameters of type EOObjectStore
EditingContext(EOObjectStore anObjectStore)
          Creates a new editing context that uses the specified object store as its parent object store.
EOEditingContext(EOObjectStore anObjectStore)
          Creates a new editing context that uses the specified object store as its parent object store.
 



Copyright © 2006 null. All Rights Reserved.