Uses of Interface
is.codion.framework.db.EntityConnection.Update
Packages that use EntityConnection.Update
Package
Description
Package configuration values:
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
-
Uses of EntityConnection.Update in is.codion.framework.db
Methods in is.codion.framework.db that return EntityConnection.UpdateMethods in is.codion.framework.db with parameters of type EntityConnection.UpdateModifier and TypeMethodDescriptionintEntityConnection.update(EntityConnection.Update update) Performs an update based on the given update, updating the columns found in thevalues()map, using the associated value. -
Uses of EntityConnection.Update in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi with parameters of type EntityConnection.UpdateModifier and TypeMethodDescriptionintRemoteEntityConnection.update(EntityConnection.Update update) Performs an update based on the given update, updating the columns found in thevalues()map, using the associated value.