Uses of Class
org.mybatis.dynamic.sql.select.MyBatis3SelectModelAdapter
-
Packages that use MyBatis3SelectModelAdapter Package Description org.mybatis.dynamic.sql.select -
-
Uses of MyBatis3SelectModelAdapter in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return MyBatis3SelectModelAdapter Modifier and Type Method Description static <R> MyBatis3SelectModelAdapter<R>
MyBatis3SelectModelAdapter. of(SelectModel selectModel, java.util.function.Function<SelectStatementProvider,R> mapperMethod)
Deprecated.Methods in org.mybatis.dynamic.sql.select that return types with arguments of type MyBatis3SelectModelAdapter Modifier and Type Method Description static <T> QueryExpressionDSL.FromGatherer<MyBatis3SelectModelAdapter<T>>
SelectDSL. selectDistinctWithMapper(java.util.function.Function<SelectStatementProvider,T> mapperMethod, BasicColumn... selectList)
Deprecated.in favor of various select methods inMyBatis3Utils
.static <T> QueryExpressionDSL.FromGatherer<MyBatis3SelectModelAdapter<T>>
SelectDSL. selectWithMapper(java.util.function.Function<SelectStatementProvider,T> mapperMethod, BasicColumn... selectList)
Deprecated.in favor of various select methods inMyBatis3Utils
.
-