public interface CommonUpdateMapper
This mapper can be injected as-is into a MyBatis configuration, or it can be extended with existing mappers.
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Integer> |
update(org.mybatis.dynamic.sql.update.render.UpdateStatementProvider updateStatement)
Execute an update statement.
|
@UpdateProvider(type=org.mybatis.dynamic.sql.util.SqlProviderAdapter.class,
method="update")
reactor.core.publisher.Mono<Integer> update(org.mybatis.dynamic.sql.update.render.UpdateStatementProvider updateStatement)
updateStatement - the update statementCopyright © 2022. All rights reserved.