Uses of Interface
org.litebridge.orm.api.delete.DeleteWhereConditionClause
Packages that use DeleteWhereConditionClause
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 DeleteWhereConditionClause in org.litebridge.orm.api.delete
Classes in org.litebridge.orm.api.delete with type parameters of type DeleteWhereConditionClauseModifier 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 DeleteWhereConditionClause in org.litebridge.orm.api.dto.delete
Classes in org.litebridge.orm.api.dto.delete that implement DeleteWhereConditionClauseModifier and TypeClassDescriptionclassRepresents a WHERE condition clause for DTO delete operations. -
Uses of DeleteWhereConditionClause in org.litebridge.orm.api.sql.delete
Classes in org.litebridge.orm.api.sql.delete that implement DeleteWhereConditionClause