Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.access.util |
Modifier and Type | Interface and Description |
---|---|
interface |
OperationObserver
Defines a set of callback methods that allow
QueryEngine to pass back query
results and notify caller about exceptions. |
Modifier and Type | Class and Description |
---|---|
class |
QueryResult
QueryResult encapsulates a result of execution of zero or more queries using
QueryEngine.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationObserver
Simple implementation of OperationObserver interface.
|
class |
IteratedSelectObserver
OperationObserver that is used to track the execution
of SelectQueries with results returned as ResultIterator.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.