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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> UpdateDSL<MyBatis3UpdateModelAdapter<T>> |
UpdateDSL.updateWithMapper(Function<UpdateStatementProvider,T> mapperMethod,
SqlTable table)
Deprecated.
in favor of
MyBatis3Utils.update(ToIntFunction, SqlTable, UpdateDSLCompleter) . This
method will be removed without direct replacement in a future version. |
Copyright © 2016–2019 MyBatis.org. All rights reserved.