Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.configuration.server |
Modifier and Type | Field and Description |
---|---|
protected DataContext |
ObjectStore.context
The DataContext that owns this ObjectStore.
|
protected DataContext |
IncrementalFaultList.dataContext |
protected DataContext |
ClientServerChannel.serverContext |
Modifier and Type | Method and Description |
---|---|
DataContext |
ObjectStore.getContext() |
DataContext |
IncrementalFaultList.getDataContext()
Returns the dataContext.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.setContext(DataContext context) |
Query |
DataContextDelegate.willPerformGenericQuery(DataContext context,
Query query)
Invoked before a Query is executed via DataContext.performGenericQuery.
|
Query |
DataContextDelegate.willPerformQuery(DataContext context,
Query query)
Invoked before a Query is executed via DataContext.performQuery.
|
Constructor and Description |
---|
ClientServerChannel(DataContext serverContext)
Creates a ClientServerChannel that wraps a specified DataContext.
|
IncrementalFaultList(DataContext dataContext,
Query query,
int maxFetchSize)
Creates a new IncrementalFaultList using a given DataContext and query.
|
Modifier and Type | Method and Description |
---|---|
protected DataContext |
DataContextFactory.newInstance(DataChannel parent,
ObjectStore objectStore) |
Modifier and Type | Method and Description |
---|---|
protected ObjectContext |
DataContextFactory.createFromDataContext(DataContext parent) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.