Uses of Interface
is.codion.framework.db.EntityConnection.Update
Packages that use EntityConnection.Update
Package
Description
Package configuration values:
EntityConnection.CLIENT_CONNECTION_TYPE
EntityConnection.DESCRIPTION
EntityConnection.VALIDITY_CHECK_INTERVAL
RMI connection related classes.
-
Uses of EntityConnection.Update in is.codion.framework.db
Methods in is.codion.framework.db that return EntityConnection.UpdateModifier and TypeMethodDescriptionEntityConnection.Update.Builder.build()default EntityConnection.UpdateEntityConnection.Update.Builder.get()Methods in is.codion.framework.db with parameters of type EntityConnection.UpdateModifier and TypeMethodDescriptionfinal intAbstractEntityConnection.update(EntityConnection.Update update) intEntityConnection.update(EntityConnection.Update update) Performs an update based on the given update, updating the columns found in thevalues()map, using the associated value.Method parameters in is.codion.framework.db with type arguments of type EntityConnection.UpdateModifier and TypeMethodDescriptiondefault intEntityConnection.update(Supplier<EntityConnection.Update> update) Convenience overload accepting anEntityConnection.Update.Builderor anySupplierofEntityConnection.Update, removing the need for a trailingEntityConnection.Update.Builder.build()call. -
Uses of EntityConnection.Update in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi with parameters of type EntityConnection.UpdateModifier and TypeMethodDescriptionintServerEntityConnection.update(EntityConnection.Update update) Performs an update based on the given update.Method parameters in is.codion.framework.db.rmi with type arguments of type EntityConnection.UpdateModifier and TypeMethodDescriptiondefault intServerEntityConnection.update(Supplier<EntityConnection.Update> update) Convenience overload accepting anEntityConnection.Update.Builderor anySupplierofEntityConnection.Update, removing the need for a trailingEntityConnection.Update.Builder.build()call.