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 |
DefaultOperationObserver
Simple implementation of OperationObserver interface.
|
class |
DoNothingOperationObserver
A very simple observer that does nothing with provided data, and rethrows any
reported exceptions.
|
class |
IteratedSelectObserver
OperationObserver that is used to track the execution of SelectQueries with
results returned as ResultIterator.
|
Copyright © 2001–2023 Apache Cayenne. All rights reserved.