Module litebridge.orm
Package org.litebridge.orm.api.delete
Interface DeleteWhereConditionClauseTerminal<DTO,WCC extends DeleteWhereConditionClause<DTO,WCC,SELF>,SELF extends DeleteWhereConditionClauseTerminal<DTO,WCC,SELF>>
- Type Parameters:
DTO- the type of the DTOWCC- the type of the condition clauseSELF- the type of the terminal condition clause itself
- All Superinterfaces:
ConditionClauseTerminal<DTO,,WCC, SELF> DeleteQuery
- All Known Subinterfaces:
DtoDeleteWhereConditionClauseTerminal<DTO>,SqlDeleteWhereConditionClauseTerminal
- All Known Implementing Classes:
DtoDeleteWhereConditionClauseTerminalImpl,SqlDeleteWhereConditionClauseTerminalImpl
public sealed interface DeleteWhereConditionClauseTerminal<DTO,WCC extends DeleteWhereConditionClause<DTO,WCC,SELF>,SELF extends DeleteWhereConditionClauseTerminal<DTO,WCC,SELF>>
extends ConditionClauseTerminal<DTO,WCC,SELF>, DeleteQuery
permits DtoDeleteWhereConditionClauseTerminal<DTO>, SqlDeleteWhereConditionClauseTerminal
Interface for the terminal part of a WHERE condition clause in a delete query.
-
Method Summary