Uses of Interface
org.apache.cayenne.access.OperationHints
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of OperationHints in org.apache.cayenne.access
Modifier and TypeInterfaceDescriptioninterface
Defines a set of callback methods that allowQueryEngine
to pass back query results and notify caller about exceptions. -
Uses of OperationHints in org.apache.cayenne.access.util
Modifier and TypeClassDescriptionclass
Simple implementation of OperationObserver interface.class
A very simple observer that does nothing with provided data, and rethrows any reported exceptions.class
OperationObserver that is used to track the execution of SelectQueries with results returned as ResultIterator.