public static class FastBatchingCellReaderTest.MyDelegatingInvocationHandler extends DelegatingInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getTarget()
Returns the object to forward method calls to, should the derived class
not implement the method.
|
boolean |
supportsGroupingSets()
Handler for
Dialect.supportsGroupingSets(). |
invokeprotected Object getTarget()
DelegatingInvocationHandlerThe default implementation returns null, which will cause the
DelegatingInvocationHandler.invoke(Object, java.lang.reflect.Method, Object[]) method
to throw an UnsupportedOperationException if the derived class
does not have the required method.
getTarget in class DelegatingInvocationHandlerpublic boolean supportsGroupingSets()
Dialect.supportsGroupingSets().