Package | Description |
---|---|
org.mybatis.dynamic.sql.select |
Modifier and Type | Method and Description |
---|---|
static <R> MyBatis3SelectModelAdapter<R> |
MyBatis3SelectModelAdapter.of(SelectModel selectModel,
Function<SelectStatementProvider,R> mapperMethod)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> QueryExpressionDSL.FromGatherer<MyBatis3SelectModelAdapter<T>> |
SelectDSL.selectDistinctWithMapper(Function<SelectStatementProvider,T> mapperMethod,
BasicColumn... selectList)
Deprecated.
in favor of various select methods in
MyBatis3Utils .
This method will be removed without direct replacement in a future version |
static <T> QueryExpressionDSL.FromGatherer<MyBatis3SelectModelAdapter<T>> |
SelectDSL.selectWithMapper(Function<SelectStatementProvider,T> mapperMethod,
BasicColumn... selectList)
Deprecated.
in favor of various select methods in
MyBatis3Utils .
This method will be removed without direct replacement in a future version |
Copyright © 2016–2019 MyBatis.org. All rights reserved.