Uses of Class
org.mybatis.dynamic.sql.delete.DeleteDSL
Packages that use DeleteDSL
-
Uses of DeleteDSL in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return DeleteDSLModifier 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
Methods in org.mybatis.dynamic.sql.delete that return DeleteDSLModifier 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<SortSpecification> columns) DeleteDSL.DeleteWhereBuilder.orderBy(SortSpecification... columns) DeleteDSL.orderBy(Collection<SortSpecification> columns) DeleteDSL.orderBy(SortSpecification... columns)