Class DoNothingOperationObserver

java.lang.Object
org.apache.cayenne.access.util.DoNothingOperationObserver
All Implemented Interfaces:
OperationHints, OperationObserver

public class DoNothingOperationObserver extends Object implements OperationObserver
A very simple observer that does nothing with provided data, and rethrows any reported exceptions. Can be used as a base superclass for custom observers.
Since:
4.0