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) |
Modifier and Type | Method and Description |
---|---|
static <T> QueryExpressionDSL.FromGatherer<MyBatis3SelectModelAdapter<T>> |
SelectDSL.selectDistinctWithMapper(Function<SelectStatementProvider,T> mapperMethod,
BasicColumn... selectList) |
static <T> QueryExpressionDSL.FromGatherer<MyBatis3SelectModelAdapter<T>> |
SelectDSL.selectWithMapper(Function<SelectStatementProvider,T> mapperMethod,
BasicColumn... selectList) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.