|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStore | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
Uses of ObjectStore in org.apache.cayenne.access |
---|
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. |
Methods in org.apache.cayenne.access with parameters of type ObjectStore | |
---|---|
DataContext |
DataContextFactory.createDataContext(DataChannel parent,
ObjectStore objectStore)
Creates a DataContext with parent QueryEngine and a DataRowStore that should be used by the ObjectStore. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |