public class R2dbcStatementLogFactory extends Object
| Constructor and Description |
|---|
R2dbcStatementLogFactory(R2dbcMybatisConfiguration r2dbcMybatisConfiguration)
Instantiates a new r2dbc statement log factory.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,R2dbcStatementLog> |
getAllR2dbcStatementLog()
get all r2dbc statement logs
|
R2dbcStatementLog |
getR2dbcStatementLog(org.apache.ibatis.mapping.MappedStatement mappedStatement)
Get r2dbc statement log optional.
|
void |
initR2dbcStatementLog(org.apache.ibatis.mapping.MappedStatement mappedStatement)
Init r2dbc statement log.
|
public R2dbcStatementLogFactory(R2dbcMybatisConfiguration r2dbcMybatisConfiguration)
r2dbcMybatisConfiguration - the r2dbc mybatis configurationpublic void initR2dbcStatementLog(org.apache.ibatis.mapping.MappedStatement mappedStatement)
mappedStatement - the mapped statementpublic R2dbcStatementLog getR2dbcStatementLog(org.apache.ibatis.mapping.MappedStatement mappedStatement)
mappedStatement - the MappedStatementpublic Map<String,R2dbcStatementLog> getAllR2dbcStatementLog()
Map<String,R2dbcStatementLog>Copyright © 2022. All rights reserved.