Module litebridge.orm
Package org.litebridgedb.orm.api.update
Interface UpdateWhereConditionClauseTerminal<DTO,WCC extends UpdateWhereConditionClause<DTO,WCC,SELF>,SELF extends UpdateWhereConditionClauseTerminal<DTO,WCC,SELF>>
- All Superinterfaces:
org.litebridgedb.orm.api.select.ConditionClauseTerminal<DTO,,WCC, SELF> UpdateQuery
- All Known Subinterfaces:
DtoUpdateWhereConditionClauseTerminal<DTO>,SqlUpdateWhereConditionClauseTerminal
- All Known Implementing Classes:
DtoUpdateWhereConditionClauseTerminalImpl,SqlUpdateWhereConditionClauseTerminalImpl
public sealed interface UpdateWhereConditionClauseTerminal<DTO,WCC extends UpdateWhereConditionClause<DTO,WCC,SELF>,SELF extends UpdateWhereConditionClauseTerminal<DTO,WCC,SELF>>
extends org.litebridgedb.orm.api.select.ConditionClauseTerminal<DTO,WCC,SELF>, UpdateQuery
permits DtoUpdateWhereConditionClauseTerminal<DTO>, SqlUpdateWhereConditionClauseTerminal
-
Method Summary
Methods inherited from interface org.litebridgedb.orm.api.select.ConditionClauseTerminal
and