Package | Description |
---|---|
org.mybatis.dynamic.sql.update |
Modifier and Type | Method and Description |
---|---|
static <R> MyBatis3UpdateModelAdapter<R> |
MyBatis3UpdateModelAdapter.of(UpdateModel updateModel,
Function<UpdateStatementProvider,R> mapperMethod) |
Modifier and Type | Method and Description |
---|---|
static <T> UpdateDSL<MyBatis3UpdateModelAdapter<T>> |
UpdateDSL.updateWithMapper(Function<UpdateStatementProvider,T> mapperMethod,
SqlTable table) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.