Uses of Interface
org.litebridge.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.litebridge.orm
Method parameters in org.litebridge.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.litebridge.orm.api.sql.delete
Classes in org.litebridge.orm.api.sql.delete that implement SqlDeleteWhereClause