Uses of Interface
org.litebridgedb.orm.api.update.UpdateQuery
Packages that use UpdateQuery
Package
Description
Litebridge ORM
-
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) voidLitebridge.update(String tableName, Function<SqlUpdateStart, UpdateQuery> query) -
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>