public class DefaultReactiveMybatisExecutor extends AbstractReactiveMybatisExecutor
| Modifier and Type | Field and Description |
|---|---|
protected PlaceholderFormatter |
placeholderFormatter
The Placeholder formatter.
|
configuration, connectionFactory| Constructor and Description |
|---|
DefaultReactiveMybatisExecutor(R2dbcMybatisConfiguration configuration)
Instantiates a new Default reactive mybatis executor.
|
| Modifier and Type | Method and Description |
|---|---|
protected <E> reactor.core.publisher.Flux<E> |
doQueryWithConnection(io.r2dbc.spi.Connection connection,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds)
do query with connection actually
|
protected reactor.core.publisher.Mono<Integer> |
doUpdateWithConnection(io.r2dbc.spi.Connection connection,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
Object parameter)
do update with connection actually
|
close, closeConnection, commit, inConnection, inConnectionMany, query, rollback, updateprotected PlaceholderFormatter placeholderFormatter
public DefaultReactiveMybatisExecutor(R2dbcMybatisConfiguration configuration)
configuration - the configurationprotected reactor.core.publisher.Mono<Integer> doUpdateWithConnection(io.r2dbc.spi.Connection connection, org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameter)
AbstractReactiveMybatisExecutordoUpdateWithConnection in class AbstractReactiveMybatisExecutorconnection - the connectionmappedStatement - the mapped statementparameter - the parameterprotected <E> reactor.core.publisher.Flux<E> doQueryWithConnection(io.r2dbc.spi.Connection connection,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds)
AbstractReactiveMybatisExecutordoQueryWithConnection in class AbstractReactiveMybatisExecutorE - the type parameterconnection - the connectionmappedStatement - the mapped statementparameter - the parameterrowBounds - the row boundsCopyright © 2022. All rights reserved.