public class MyBatis3UpdateModelAdapter<R> extends Object
Modifier and Type | Method and Description |
---|---|
R |
execute() |
static <R> MyBatis3UpdateModelAdapter<R> |
of(UpdateModel updateModel,
Function<UpdateStatementProvider,R> mapperMethod) |
public R execute()
public static <R> MyBatis3UpdateModelAdapter<R> of(UpdateModel updateModel, Function<UpdateStatementProvider,R> mapperMethod)
Copyright © 2016–2019 MyBatis.org. All rights reserved.