Uses of Class
org.apache.cayenne.access.ObjectStore

Packages that use ObjectStore
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.configuration   
org.apache.cayenne.configuration.server   
 

Uses of ObjectStore in org.apache.cayenne.access
 

Subclasses of ObjectStore in org.apache.cayenne.access
 class NoSyncObjectStore
          An ObjectStore which doesn't receive notifications on parent's DataRowStore events.
 

Fields in org.apache.cayenne.access declared as ObjectStore
protected  ObjectStore DataContext.objectStore
           
 

Methods in org.apache.cayenne.access that return ObjectStore
 ObjectStore DataContext.getObjectStore()
          Returns ObjectStore associated with this DataContext.
 

Constructors in org.apache.cayenne.access with parameters of type ObjectStore
DataContext(DataChannel channel, ObjectStore objectStore)
          Creates a new DataContext with parent DataChannel and ObjectStore.
 

Uses of ObjectStore in org.apache.cayenne.configuration
 

Methods in org.apache.cayenne.configuration that return ObjectStore
 ObjectStore DefaultObjectStoreFactory.createObjectStore(DataRowStore dataRowCache)
           
 ObjectStore ObjectStoreFactory.createObjectStore(DataRowStore dataRowCache)
          Creates an ObjectStore with provided dataRowCache
 

Uses of ObjectStore in org.apache.cayenne.configuration.server
 

Methods in org.apache.cayenne.configuration.server with parameters of type ObjectStore
protected  DataContext DataContextFactory.newInstance(DataChannel parent, ObjectStore objectStore)
           
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.