Uses of Interface
org.mybatis.dynamic.sql.select.CountDSLCompleter
-
Uses of CountDSLCompleter in org.mybatis.dynamic.sql.select
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic long
MyBatis3Utils.count
(ToLongFunction<SelectStatementProvider> mapper, BasicColumn column, SqlTable table, CountDSLCompleter completer) static SelectStatementProvider
MyBatis3Utils.count
(BasicColumn column, SqlTable table, CountDSLCompleter completer) static long
MyBatis3Utils.countDistinct
(ToLongFunction<SelectStatementProvider> mapper, BasicColumn column, SqlTable table, CountDSLCompleter completer) static SelectStatementProvider
MyBatis3Utils.countDistinct
(BasicColumn column, SqlTable table, CountDSLCompleter completer) static long
MyBatis3Utils.countFrom
(ToLongFunction<SelectStatementProvider> mapper, CountDSL<SelectModel> start, CountDSLCompleter completer) static long
MyBatis3Utils.countFrom
(ToLongFunction<SelectStatementProvider> mapper, SqlTable table, CountDSLCompleter completer) static SelectStatementProvider
MyBatis3Utils.countFrom
(CountDSL<SelectModel> start, CountDSLCompleter completer) static SelectStatementProvider
MyBatis3Utils.countFrom
(SqlTable table, CountDSLCompleter completer)