| Modifier and Type | Method and Description |
|---|---|
reactor.util.context.Context |
MybatisReactiveContextManager.initReactiveExecutorContext(reactor.util.context.Context context,
R2dbcStatementLog r2dbcStatementLog)
init reactive executor context with R2dbcStatementLog
|
| Modifier and Type | Method and Description |
|---|---|
reactor.util.context.Context |
DefaultReactiveSqlSession.initReactiveExecutorContext(reactor.util.context.Context context,
R2dbcStatementLog r2dbcStatementLog) |
| Modifier and Type | Method and Description |
|---|---|
R2dbcStatementLog |
R2dbcMybatisConfiguration.getR2dbcStatementLog(org.apache.ibatis.mapping.MappedStatement mappedStatement)
get r2dbc statement log
|
| 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 |
|---|---|
R2dbcStatementLog |
ReactiveExecutorContext.getR2dbcStatementLog()
Gets r2dbc statement log.
|
R2dbcStatementLog |
R2dbcStatementLogFactory.getR2dbcStatementLog(org.apache.ibatis.mapping.MappedStatement mappedStatement)
Get r2dbc statement log optional.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,R2dbcStatementLog> |
R2dbcStatementLogFactory.getAllR2dbcStatementLog()
get all r2dbc statement logs
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveExecutorContext.setR2dbcStatementLog(R2dbcStatementLog r2dbcStatementLog)
Sets r2dbc statement log.
|
Copyright © 2022. All rights reserved.