Uses of Interface
org.litebridge.orm.api.update.UpdateWhereConditionClauseTerminal
Packages that use UpdateWhereConditionClauseTerminal
Package
Description
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Fluent API for constructing UPDATE statements
-
Uses of UpdateWhereConditionClauseTerminal in org.litebridge.orm.api.dto.update
Subinterfaces of UpdateWhereConditionClauseTerminal in org.litebridge.orm.api.dto.updateModifier and TypeInterfaceDescriptioninterfaceThe terminal interface for DTO update where condition clauses.Classes in org.litebridge.orm.api.dto.update that implement UpdateWhereConditionClauseTerminalModifier and TypeClassDescriptionfinal classImplementation of the terminal interface for DTO update where condition clauses. -
Uses of UpdateWhereConditionClauseTerminal in org.litebridge.orm.api.sql.update
Subinterfaces of UpdateWhereConditionClauseTerminal in org.litebridge.orm.api.sql.updateClasses in org.litebridge.orm.api.sql.update that implement UpdateWhereConditionClauseTerminal -
Uses of UpdateWhereConditionClauseTerminal in org.litebridge.orm.api.update
Classes in org.litebridge.orm.api.update with type parameters of type UpdateWhereConditionClauseTerminalModifier and TypeInterfaceDescriptioninterfaceUpdateWhereConditionClause<DTO,SELF extends UpdateWhereConditionClause<DTO, SELF, WCCT>, WCCT extends UpdateWhereConditionClauseTerminal<DTO, SELF, WCCT>> interfaceUpdateWhereConditionClauseTerminal<DTO,WCC extends UpdateWhereConditionClause<DTO, WCC, SELF>, SELF extends UpdateWhereConditionClauseTerminal<DTO, WCC, SELF>>