Uses of Interface
org.litebridge.orm.api.update.UpdateTerminal
Packages that use UpdateTerminal
Package
Description
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
-
Uses of UpdateTerminal in org.litebridge.orm.api.dto.update
Classes in org.litebridge.orm.api.dto.update that implement UpdateTerminalModifier and TypeClassDescriptionfinal classDtoUpdater<DTO>Updater for DTOs.final classImplementation of the terminal interface for DTO update where condition clauses. -
Uses of UpdateTerminal in org.litebridge.orm.api.sql.update
Classes in org.litebridge.orm.api.sql.update that implement UpdateTerminalModifier and TypeClassDescriptionfinal classfinal class -
Uses of UpdateTerminal in org.litebridge.orm.api.update.impl
Classes in org.litebridge.orm.api.update.impl that implement UpdateTerminalModifier and TypeClassDescriptionclassorg.litebridge.orm.api.update.impl.AbstractUpdater<US extends UpdateSpec>