Uses of Interface
org.litebridgedb.orm.api.update.UpdateQuery
Packages that use UpdateQuery
Package
Description
Litebridge ORM
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Fluent API for constructing UPDATE statements
-
Uses of UpdateQuery in org.litebridgedb.orm
Method parameters in org.litebridgedb.orm with type arguments of type UpdateQueryModifier and TypeMethodDescription<DTO> voidLitebridge.update(Class<DTO> dtoClass, Function<DtoUpdateStart<DTO>, UpdateQuery> update) Updates the data in the database for the given DTO class by applying the specified update query.voidLitebridge.update(String tableName, Function<SqlUpdateStart, UpdateQuery> query) Executes an update operation on the specified table using the provided query function. -
Uses of UpdateQuery in org.litebridgedb.orm.api.dto.update
Subinterfaces of UpdateQuery in org.litebridgedb.orm.api.dto.updateClasses in org.litebridgedb.orm.api.dto.update that implement UpdateQuery -
Uses of UpdateQuery in org.litebridgedb.orm.api.sql.update
Subinterfaces of UpdateQuery in org.litebridgedb.orm.api.sql.updateModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.litebridgedb.orm.api.sql.update that implement UpdateQueryModifier and TypeClassDescriptionfinal classfinal class -
Uses of UpdateQuery in org.litebridgedb.orm.api.update
Subinterfaces of UpdateQuery in org.litebridgedb.orm.api.updateModifier and TypeInterfaceDescriptioninterfaceinterfaceUpdateWhereConditionClauseTerminal<DTO,WCC extends UpdateWhereConditionClause<DTO, WCC, SELF>, SELF extends UpdateWhereConditionClauseTerminal<DTO, WCC, SELF>> -
Uses of UpdateQuery in org.litebridgedb.orm.api.update.impl
Classes in org.litebridgedb.orm.api.update.impl that implement UpdateQueryModifier and TypeClassDescriptionclassorg.litebridgedb.orm.api.update.impl.AbstractUpdater<US extends UpdateSpec>