public interface CommonCountMapper
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<Long> |
count(org.mybatis.dynamic.sql.select.render.SelectStatementProvider selectStatement)
Execute a select statement that returns a long (typically a select(count(*)) statement).
|
@SelectProvider(type=org.mybatis.dynamic.sql.util.SqlProviderAdapter.class,
method="select")
reactor.core.publisher.Mono<Long> count(org.mybatis.dynamic.sql.select.render.SelectStatementProvider selectStatement)
selectStatement - the select statementCopyright © 2022. All rights reserved.