Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.delete |
Modifier and Type | Method and Description |
---|---|
static DeleteDSL<DeleteModel> |
SqlBuilder.deleteFrom(SqlTable table) |
Modifier and Type | Method and Description |
---|---|
static <R> DeleteDSL<R> |
DeleteDSL.deleteFrom(Function<DeleteModel,R> adapterFunction,
SqlTable table) |
static DeleteDSL<DeleteModel> |
DeleteDSL.deleteFrom(SqlTable table) |
static <T> DeleteDSL<MyBatis3DeleteModelAdapter<T>> |
DeleteDSL.deleteFromWithMapper(Function<DeleteStatementProvider,T> mapperMethod,
SqlTable table) |
Copyright © 2016–2019 MyBatis.org. All rights reserved.