java.lang.Object
org.litebridgedb.orm.api.update.model.UpdateSpec
- Direct Known Subclasses:
DtoUpdateSpec
Base specification for constructing a SQL UPDATE statement.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<ColumnValue> protected @Nullable Tableprotected @Nullable List<ConditionSpec> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumnValue(ColumnValue columnValue) getTable()@Nullable List<ConditionSpec> newWhereCondition(Column column) newWhereCondition(ExpressionSpec expression) voidvoidsetWhereConditions(@Nullable List<ConditionSpec> whereConditions) toUpdate()
-
Field Details
-
table
-
columnValues
-
whereConditions
-
-
Constructor Details
-
UpdateSpec
-
-
Method Details
-
getTable
-
setTable
-
getWhereConditions
-
setWhereConditions
-
newWhereCondition
-
newWhereCondition
-
addColumnValue
-
toUpdate
-