Uses of Class
org.litebridgedb.db.spi.Table

Packages that use Table
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Abstract implementation classes for the Litebridge Database SPI.
 
Query-related models
Update-related models
SQLite Database Provider for Litebridge.
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Query/clause specification models used in the query API
Models for specifying DTO field mappings
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
Fluent API for constructing direct SQL deletes (DELETE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Update API models
Select query expressions.
Persistence subsystem; contains classes for saving/updating/deleting DTOs