Module litebridge.orm
Package org.litebridge.orm.api.delete
Interface DeleteWhereConditionClause<DTO,SELF extends DeleteWhereConditionClause<DTO,SELF,WCCT>,WCCT extends DeleteWhereConditionClauseTerminal<DTO,SELF,WCCT>>
- Type Parameters:
DTO- the type of the DTOSELF- the type of the clause itself (for fluent API)WCCT- the type of the terminal condition clause
- All Superinterfaces:
ConditionClause<DTO,SELF, WCCT>
- All Known Implementing Classes:
DtoDeleteWhereConditionClause,SqlDeleteWhereConditionClause
public interface DeleteWhereConditionClause<DTO,SELF extends DeleteWhereConditionClause<DTO,SELF,WCCT>,WCCT extends DeleteWhereConditionClauseTerminal<DTO,SELF,WCCT>>
extends ConditionClause<DTO,SELF,WCCT>
Interface for a WHERE condition clause in a delete query.
-
Method Summary