Uses of Package
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
Fluent API for constructing DELETE statements
Fluent API for constructing DTO-based deletes (DELETE statements)
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing direct SQL deletes (DELETE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Fluent API for constructing UPDATE statements
Update API models
Persistence subsystem; contains classes for saving/updating/deleting DTOs