Uses of Interface
org.litebridge.orm.api.delete.DeleteQuery
Packages that use DeleteQuery
Package
Description
Litebridge ORM
Fluent API for constructing DELETE statements
Fluent API for constructing DTO-based deletes (DELETE statements)
Fluent API for constructing direct SQL deletes (DELETE statements)
-
Uses of DeleteQuery in org.litebridge.orm
Method parameters in org.litebridge.orm with type arguments of type DeleteQueryModifier and TypeMethodDescription<DTO> voidLitebridge.delete(Class<DTO> dtoClass, Function<DtoDeleteWhereClause<DTO>, DeleteQuery> query) Deletes records from the database for the given DTO class based on the specified query.voidLitebridge.delete(String tableName, Function<SqlDeleteWhereClause, DeleteQuery> query) Deletes records from the specified table in the database based on the provided delete query. -
Uses of DeleteQuery in org.litebridge.orm.api.delete
Subinterfaces of DeleteQuery in org.litebridge.orm.api.deleteModifier and TypeInterfaceDescriptioninterfaceRepresents the final stage of a delete query that can be executed.interfaceDeleteWhereConditionClauseTerminal<DTO,WCC extends DeleteWhereConditionClause<DTO, WCC, SELF>, SELF extends DeleteWhereConditionClauseTerminal<DTO, WCC, SELF>> Interface for the terminal part of a WHERE condition clause in a delete query. -
Uses of DeleteQuery in org.litebridge.orm.api.delete.impl
Classes in org.litebridge.orm.api.delete.impl that implement DeleteQueryModifier and TypeClassDescriptionclassorg.litebridge.orm.api.delete.impl.AbstractDeletor<DS extends org.litebridge.orm.api.delete.model.DeleteSpec> -
Uses of DeleteQuery in org.litebridge.orm.api.dto.delete
Subinterfaces of DeleteQuery in org.litebridge.orm.api.dto.deleteModifier and TypeInterfaceDescriptioninterfaceDtoDeleteWhereClause<DTO>A WHERE clause for DTO-based delete operations.interfaceTerminal clause for DTO delete WHERE conditions.Classes in org.litebridge.orm.api.dto.delete that implement DeleteQueryModifier and TypeClassDescriptionfinal classImplementation ofDtoDeleteWhereConditionClauseTerminalfor DTO delete operations.final classDtoDeletor<DTO>Executor for DTO delete operations. -
Uses of DeleteQuery in org.litebridge.orm.api.sql.delete
Subinterfaces of DeleteQuery in org.litebridge.orm.api.sql.deleteModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.litebridge.orm.api.sql.delete that implement DeleteQueryModifier and TypeClassDescriptionfinal classfinal class