public class MyBatis3DeleteModelAdapter<R> extends Object
Modifier and Type | Method and Description |
---|---|
R |
execute() |
static <R> MyBatis3DeleteModelAdapter<R> |
of(DeleteModel deleteModel,
Function<DeleteStatementProvider,R> mapperMethod) |
public R execute()
public static <R> MyBatis3DeleteModelAdapter<R> of(DeleteModel deleteModel, Function<DeleteStatementProvider,R> mapperMethod)
Copyright © 2016–2017 MyBatis.org. All rights reserved.