| 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  | NoSyncObjectStoreAn  ObjectStorewhich doesn't receive notifications 
 on parent'sDataRowStoreevents. | 
| 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 | DefaultObjectStoreFactory. createObjectStore(DataRowStore dataRowCache) | 
| ObjectStore | ObjectStoreFactory. createObjectStore(DataRowStore dataRowCache)Creates an  ObjectStorewith provided dataRowCache | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataContext | DataContextFactory. newInstance(DataChannel parent,
           ObjectStore objectStore) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.