|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationHints | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
org.apache.cayenne.access.util |
Uses of OperationHints in org.apache.cayenne.access |
---|
Subinterfaces of OperationHints in org.apache.cayenne.access | |
---|---|
interface |
OperationObserver
Defines a set of callback methods that allow QueryEngine to pass back query results and notify caller about exceptions. |
Classes in org.apache.cayenne.access that implement OperationHints | |
---|---|
class |
DataDomainLegacyQueryAction
DataDomain query action that relies on externally provided OperationObserver to process the results. |
class |
QueryResult
QueryResult encapsulates a result of execution of zero or more queries using QueryEngine. |
Uses of OperationHints in org.apache.cayenne.access.util |
---|
Classes in org.apache.cayenne.access.util that implement OperationHints | |
---|---|
class |
DefaultOperationObserver
Simple implementation of OperationObserver interface. |
class |
IteratedSelectObserver
OperationObserver that is used to track the execution of SelectQueries with results returned as ResultIterator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |