Uses of Interface
org.litebridgedb.db.spi.update.UpdateStatement
Packages that use UpdateStatement
Package
Description
Update-related models
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of UpdateStatement in org.litebridgedb.db.spi.update
Classes in org.litebridgedb.db.spi.update that implement UpdateStatement -
Uses of UpdateStatement in org.litebridgedb.orm.persistence
Classes in org.litebridgedb.orm.persistence with type parameters of type UpdateStatementModifier and TypeClassDescriptionclassAbstractStatementBuilder<US extends UpdateStatement>interfaceStatementBuilder<US extends UpdateStatement>