Package | Description |
---|---|
org.mybatis.dynamic.sql.delete |
Modifier and Type | Method and Description |
---|---|
static <R> MyBatis3DeleteModelAdapter<R> |
MyBatis3DeleteModelAdapter.of(DeleteModel deleteModel,
Function<DeleteStatementProvider,R> mapperMethod)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> DeleteDSL<MyBatis3DeleteModelAdapter<T>> |
DeleteDSL.deleteFromWithMapper(Function<DeleteStatementProvider,T> mapperMethod,
SqlTable table)
Deprecated.
in favor of
MyBatis3Utils.deleteFrom(ToIntFunction, SqlTable, DeleteDSLCompleter) .
This method will be removed without direct replacement in a future version |
Copyright © 2016–2019 MyBatis.org. All rights reserved.