Uses of Class
org.mybatis.dynamic.sql.delete.DeleteDSL
-
Uses of DeleteDSL in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionstatic DeleteDSL
<DeleteModel> SqlBuilder.deleteFrom
(SqlTable table) static DeleteDSL
<DeleteModel> SqlBuilder.deleteFrom
(SqlTable table, String tableAlias) -
Uses of DeleteDSL in org.mybatis.dynamic.sql.delete
Modifier and TypeMethodDescriptionDeleteDSL.configureStatement
(Consumer<StatementConfiguration> consumer) static <R> DeleteDSL
<R> DeleteDSL.deleteFrom
(Function<DeleteModel, R> adapterFunction, SqlTable table, String tableAlias) static DeleteDSL
<DeleteModel> DeleteDSL.deleteFrom
(SqlTable table) static DeleteDSL
<DeleteModel> DeleteDSL.deleteFrom
(SqlTable table, String tableAlias) DeleteDSL.DeleteWhereBuilder.limit
(long limit) DeleteDSL.limit
(long limit) DeleteDSL.DeleteWhereBuilder.orderBy
(Collection<? extends SortSpecification> columns) DeleteDSL.DeleteWhereBuilder.orderBy
(SortSpecification... columns) DeleteDSL.orderBy
(Collection<? extends SortSpecification> columns) DeleteDSL.orderBy
(SortSpecification... columns)