Uses of Record Class
org.litebridgedb.db.spi.update.Update
Packages that use Update
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Abstract implementation classes for the Litebridge Database SPI.
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of Update in org.litebridgedb.db.spi
Methods in org.litebridgedb.db.spi with parameters of type UpdateModifier and TypeMethodDescriptionDatabaseProvider.update(Update update, ConnectionProvider connectionProvider) Execute an UPDATE operation in the database using the providedUpdatestatement. -
Uses of Update in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl with parameters of type UpdateModifier and TypeMethodDescriptionprotected AbstractDatabaseProvider.PreparedSqlAbstractDatabaseProvider.prepareSql(Update update, ConnectionProvider connectionProvider) Prepare a SQL UPDATE statement along with its bind values for execution.AbstractDatabaseProvider.update(Update update, ConnectionProvider connectionProvider) -
Uses of Update in org.litebridgedb.orm.api.update.model
Methods in org.litebridgedb.orm.api.update.model that return Update -
Uses of Update in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence that return UpdateMethods in org.litebridgedb.orm.persistence with parameters of type UpdateModifier and TypeMethodDescriptionTransactionalDatabaseProvider.update(Update update, ConnectionProvider connectionProvider)