Package org.mybatis.dynamic.sql.update
Class MyBatis3UpdateModelAdapter<R>
- java.lang.Object
-
- org.mybatis.dynamic.sql.update.MyBatis3UpdateModelAdapter<R>
-
public class MyBatis3UpdateModelAdapter<R> extends java.lang.Object
This adapter will render the underlying update model for MyBatis3, and then call a MyBatis mapper method.- Author:
- Jeff Butler
-
-
Method Summary
Modifier and Type Method Description R
execute()
static <R> MyBatis3UpdateModelAdapter<R>
of(UpdateModel updateModel, java.util.function.Function<UpdateStatementProvider,R> mapperMethod)
-
-
-
Method Detail
-
execute
public R execute()
-
of
public static <R> MyBatis3UpdateModelAdapter<R> of(UpdateModel updateModel, java.util.function.Function<UpdateStatementProvider,R> mapperMethod)
-
-