UpdateDSLCompleter
. This class will be removed without direct
replacement in a future version.@Deprecated public class MyBatis3UpdateModelAdapter<R> extends Object
Modifier and Type | Method and Description |
---|---|
R |
execute()
Deprecated.
|
static <R> MyBatis3UpdateModelAdapter<R> |
of(UpdateModel updateModel,
Function<UpdateStatementProvider,R> mapperMethod)
Deprecated.
|
public R execute()
public static <R> MyBatis3UpdateModelAdapter<R> of(UpdateModel updateModel, Function<UpdateStatementProvider,R> mapperMethod)
Copyright © 2016–2019 MyBatis.org. All rights reserved.