Module litebridge.orm
Class DtoUpdateWhereConditionClauseTerminalImpl<DTO>
java.lang.Object
org.litebridgedb.orm.api.dto.update.DtoUpdateWhereConditionClauseTerminalImpl<DTO>
- All Implemented Interfaces:
DtoUpdateWhereConditionClauseTerminal<DTO>,org.litebridgedb.orm.api.select.ConditionClauseTerminal<DTO,,DtoUpdateWhereConditionClause<DTO>, DtoUpdateWhereConditionClauseTerminal<DTO>> UpdateQuery,UpdateTerminal,UpdateWhereConditionClauseTerminal<DTO,DtoUpdateWhereConditionClause<DTO>, DtoUpdateWhereConditionClauseTerminal<DTO>>
public final class DtoUpdateWhereConditionClauseTerminalImpl<DTO>
extends Object
implements DtoUpdateWhereConditionClauseTerminal<DTO>, UpdateTerminal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds an "AND" condition to the current condition clause using the specified column.execute()
-
Constructor Details
-
DtoUpdateWhereConditionClauseTerminalImpl
-
-
Method Details
-
and
Description copied from interface:org.litebridgedb.orm.api.select.ConditionClauseTerminalAdds an "AND" condition to the current condition clause using the specified column. This method is used to chain additional conditions in a SQL query in a type-safe and fluent manner.- Specified by:
andin interfaceorg.litebridgedb.orm.api.select.ConditionClauseTerminal<DTO,DtoUpdateWhereConditionClause<DTO>, DtoUpdateWhereConditionClauseTerminal<DTO>> - Parameters:
column- the name of the column to be used in the "AND" condition- Returns:
- the parent condition clause interface, allowing further chaining of conditions
-
updateSpec
- Specified by:
updateSpecin interfaceUpdateTerminal
-
execute
- Specified by:
executein interfaceUpdateTerminal
-