Uses of Class
org.mybatis.dynamic.sql.update.MyBatis3UpdateModelAdapter
-
Packages that use MyBatis3UpdateModelAdapter Package Description org.mybatis.dynamic.sql.update -
-
Uses of MyBatis3UpdateModelAdapter in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return MyBatis3UpdateModelAdapter Modifier and Type Method Description static <R> MyBatis3UpdateModelAdapter<R>
MyBatis3UpdateModelAdapter. of(UpdateModel updateModel, java.util.function.Function<UpdateStatementProvider,R> mapperMethod)
Deprecated.Methods in org.mybatis.dynamic.sql.update that return types with arguments of type MyBatis3UpdateModelAdapter Modifier and Type Method Description static <T> UpdateDSL<MyBatis3UpdateModelAdapter<T>>
UpdateDSL. updateWithMapper(java.util.function.Function<UpdateStatementProvider,T> mapperMethod, SqlTable table)
Deprecated.
-