Module litebridge.orm
Package org.litebridge.orm.api.delete
package org.litebridge.orm.api.delete
Fluent API for constructing DELETE statements
-
InterfacesClassDescriptionMarker interface for a delete query at various stages of construction.Represents the final stage of a delete query that can be executed.DeleteWhereConditionClause<DTO,
SELF extends DeleteWhereConditionClause<DTO, SELF, WCCT>, WCCT extends DeleteWhereConditionClauseTerminal<DTO, SELF, WCCT>> Interface for a WHERE condition clause in a delete query.DeleteWhereConditionClauseTerminal<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.