Uses of Interface
org.mybatis.dynamic.sql.select.CountDSLCompleter
-
Packages that use CountDSLCompleter Package Description org.mybatis.dynamic.sql.select org.mybatis.dynamic.sql.util.mybatis3 -
-
Uses of CountDSLCompleter in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return CountDSLCompleter Modifier and Type Method Description static CountDSLCompleter
CountDSLCompleter. allRows()
Returns a completer that can be used to count every row in a table. -
Uses of CountDSLCompleter in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type CountDSLCompleter Modifier and Type Method Description static long
MyBatis3Utils. countFrom(java.util.function.ToLongFunction<SelectStatementProvider> mapper, CountDSL<SelectModel> start, CountDSLCompleter completer)
static long
MyBatis3Utils. countFrom(java.util.function.ToLongFunction<SelectStatementProvider> mapper, SqlTable table, CountDSLCompleter completer)
static SelectStatementProvider
MyBatis3Utils. countFrom(CountDSL<SelectModel> start, CountDSLCompleter completer)
static SelectStatementProvider
MyBatis3Utils. countFrom(SqlTable table, CountDSLCompleter completer)
-