Uses of Interface
org.litebridgedb.orm.api.sql.delete.SqlDeleteWhereClause
Packages that use SqlDeleteWhereClause
Package
Description
Litebridge ORM
Fluent API for constructing direct SQL deletes (DELETE statements)
-
Uses of SqlDeleteWhereClause in org.litebridgedb.orm
Method parameters in org.litebridgedb.orm with type arguments of type SqlDeleteWhereClauseModifier and TypeMethodDescriptionvoidLitebridge.delete(String tableName, Function<SqlDeleteWhereClause, DeleteQuery> query) Deletes records from the specified table in the database based on the provided delete query. -
Uses of SqlDeleteWhereClause in org.litebridgedb.orm.api.sql.delete
Classes in org.litebridgedb.orm.api.sql.delete that implement SqlDeleteWhereClause