Uses of Interface
org.litebridgedb.orm.api.dto.delete.DtoDeleteWhereClause
Packages that use DtoDeleteWhereClause
Package
Description
Litebridge ORM
Fluent API for constructing DTO-based deletes (DELETE statements)
-
Uses of DtoDeleteWhereClause in org.litebridgedb.orm
Method parameters in org.litebridgedb.orm with type arguments of type DtoDeleteWhereClauseModifier and TypeMethodDescription<DTO> voidLitebridge.delete(Class<DTO> dtoClass, Function<DtoDeleteWhereClause<DTO>, DeleteQuery> query) Deletes records from the database for the given DTO class based on the specified query. -
Uses of DtoDeleteWhereClause in org.litebridgedb.orm.api.dto.delete
Classes in org.litebridgedb.orm.api.dto.delete that implement DtoDeleteWhereClause