Module is.codion.framework.db.core
Package is.codion.framework.db
Interface EntityConnection.Update.Builder
- All Superinterfaces:
Supplier<EntityConnection.Update>
- Enclosing interface:
EntityConnection.Update
Builds an
EntityConnection.Update.-
Method Summary
Modifier and TypeMethodDescriptionbuild()default EntityConnection.Updateget()Adds a column value to update
-
Method Details
-
set
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
-
get
- Specified by:
getin interfaceSupplier<EntityConnection.Update>
-
build
EntityConnection.Update build()- Returns:
- a new
EntityConnection.Updateinstance based on this builder - Throws:
IllegalStateException- in case no values have been specified
-