Uses of Package
org.litebridgedb.db.spi.update
Packages that use org.litebridgedb.db.spi.update
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Abstract implementation classes for the Litebridge Database SPI.
Update-related models
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.db.spiClassDescriptionA SQL INSERT statement targeting specific table metadata with associated columns and rows of values.The result of an insert operation performed on the database.A SQL UPDATE statement targeting a specific table, with associated column values and conditions.Result of an update operation performed on the database.
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.db.spi.implClassDescriptionA SQL INSERT statement targeting specific table metadata with associated columns and rows of values.The result of an insert operation performed on the database.A row of values corresponding to a SQL database operation.A SQL UPDATE statement targeting a specific table, with associated column values and conditions.Result of an update operation performed on the database.
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.db.spi.updateClassDescriptionA value associated with a specific column in a database operation.A row of values corresponding to a SQL database operation.Result of an update operation performed on the database.Common marker interface for database update operations.
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.api.delete
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.api.dto.delete
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.api.dto.update
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.api.sql.delete
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.api.sql.update
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.api.update
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.api.update.modelClassDescriptionA value associated with a specific column in a database operation.A SQL UPDATE statement targeting a specific table, with associated column values and conditions.
-
Classes in org.litebridgedb.db.spi.update used by org.litebridgedb.orm.persistenceClassDescriptionA SQL INSERT statement targeting specific table metadata with associated columns and rows of values.The result of an insert operation performed on the database.A row of values corresponding to a SQL database operation.A SQL UPDATE statement targeting a specific table, with associated column values and conditions.Result of an update operation performed on the database.Common marker interface for database update operations.