Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.configuration | |
org.apache.cayenne.configuration.server |
Modifier and Type | Class and Description |
---|---|
class |
NoSyncObjectStore
An
ObjectStore which doesn't receive notifications
on parent's DataRowStore events. |
Modifier and Type | Field and Description |
---|---|
protected ObjectStore |
DataContext.objectStore |
Modifier and Type | Method and Description |
---|---|
ObjectStore |
DataContext.getObjectStore()
Returns ObjectStore associated with this DataContext.
|
Constructor and Description |
---|
DataContext(DataChannel channel,
ObjectStore objectStore)
Creates a new DataContext with parent DataChannel and ObjectStore.
|
Modifier and Type | Method and Description |
---|---|
ObjectStore |
ObjectStoreFactory.createObjectStore(DataRowStore dataRowCache)
Creates an
ObjectStore with provided dataRowCache |
ObjectStore |
DefaultObjectStoreFactory.createObjectStore(DataRowStore dataRowCache) |
Modifier and Type | Method and Description |
---|---|
protected DataContext |
DataContextFactory.newInstance(DataChannel parent,
ObjectStore objectStore) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.