Module is.codion.framework.db.core
Package is.codion.framework.db
Interface EntityConnection.Update.Builder
- Enclosing interface:
- EntityConnection.Update
public static interface EntityConnection.Update.Builder
Builds an
EntityConnection.Update.-
Method Details
-
set
<T> EntityConnection.Update.Builder set(is.codion.framework.domain.entity.attribute.Column<?> column, T value) Adds a column value to update- Type Parameters:
T- the value type- Parameters:
column- the columnvalue- the new value- Returns:
- this builder
- Throws:
IllegalStateException- in case a value has already been added for the given column
-
build
EntityConnection.Update build()- Returns:
- a new
EntityConnection.Updateinstance based on this builder
-