| Interface | Description |
|---|---|
| BindParameterConverter |
Callback for
Connection.createStatement(String) and bind operations(bind and bindNull). |
| BindParameterConverter.BindOperation |
Represent bind operation(
bind and bindNull). |
| ProxyExecutionListener |
Listener interface that is called when proxy is invoked.
|
| ProxyMethodExecutionListener |
Listener interface called back when corresponding method on proxy is invoked.
|
| ResultRowConverter |
Callback for
Row#get(...) methods. |
| ResultRowConverter.GetOperation |
Represent
Row#get(...) operation. |
| Class | Description |
|---|---|
| CompositeProxyExecutionListener |
Delegate to multiple of
ProxyExecutionListeners. |
| LastExecutionAwareListener |
Keep the last invoked execution.
|
| ProxyMethodExecutionListenerAdapter |
Adapter to make
ProxyMethodExecutionListener work as ProxyExecutionListener. |
Copyright © 2024. All rights reserved.