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