public class DelegateR2dbcParameterHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
DelegateR2dbcParameterHandler(R2dbcMybatisConfiguration r2DbcMybatisConfiguration,
org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler,
io.r2dbc.spi.Statement statement,
R2dbcStatementLog r2dbcStatementLog)
Instantiates a new Delegate R2dbc parameter handler.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
setParameters(PreparedStatement ps)
delegate set parameters
|
public DelegateR2dbcParameterHandler(R2dbcMybatisConfiguration r2DbcMybatisConfiguration, org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler, io.r2dbc.spi.Statement statement, R2dbcStatementLog r2dbcStatementLog)
r2DbcMybatisConfiguration - the R2dbc mybatis configurationparameterHandler - the parameter handlerstatement - the statementr2dbcStatementLog - the statement log helperpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void setParameters(PreparedStatement ps)
ps - the psCopyright © 2022. All rights reserved.