Uses of Interface
org.litebridge.orm.api.delete.DeleteWhereConditionClauseTerminal
Packages that use DeleteWhereConditionClauseTerminal
Package
Description
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 DeleteWhereConditionClauseTerminal in org.litebridge.orm.api.delete
Classes in org.litebridge.orm.api.delete with type parameters of type DeleteWhereConditionClauseTerminalModifier and TypeInterfaceDescriptioninterfaceDeleteWhereConditionClause<DTO,SELF extends DeleteWhereConditionClause<DTO, SELF, WCCT>, WCCT extends DeleteWhereConditionClauseTerminal<DTO, SELF, WCCT>> Interface for a WHERE condition clause in a delete query.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 DeleteWhereConditionClauseTerminal in org.litebridge.orm.api.dto.delete
Subinterfaces of DeleteWhereConditionClauseTerminal in org.litebridge.orm.api.dto.deleteModifier and TypeInterfaceDescriptioninterfaceTerminal clause for DTO delete WHERE conditions.Classes in org.litebridge.orm.api.dto.delete that implement DeleteWhereConditionClauseTerminalModifier and TypeClassDescriptionfinal classImplementation ofDtoDeleteWhereConditionClauseTerminalfor DTO delete operations. -
Uses of DeleteWhereConditionClauseTerminal in org.litebridge.orm.api.sql.delete
Subinterfaces of DeleteWhereConditionClauseTerminal in org.litebridge.orm.api.sql.deleteClasses in org.litebridge.orm.api.sql.delete that implement DeleteWhereConditionClauseTerminal