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