public class SQLStatementHandlerManager extends HandlerManager<SQLHandler> implements SQLInvocationHandler
| Constructor and Description |
|---|
SQLStatementHandlerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
postHandle(Statement statement,
io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
Runs all handlers that should be executed after a SQL query is executed.
|
void |
preHandle(Statement statement,
io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
Runs all handlers that should be executed before a SQL statement is executed.
|
getHandlerspublic void preHandle(Statement statement, io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
preHandle in interface SQLInvocationHandlerpublic void postHandle(Statement statement, io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
postHandle in interface SQLInvocationHandlerCopyright © 2018 BitSensor. All rights reserved.