Class LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
All Implemented Interfaces:
AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper, Closeable
Enclosing class:
LoggingConnectionDecorator.LoggingConnection

protected class LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement extends DelegatingCallableStatement
CallableStatement decorated with logging. Similar to LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement but can not be extended due to the existing delegation hierarchy.