Uses of Package
org.litebridge.orm.api.delete
Packages that use org.litebridge.orm.api.delete
Package
Description
Litebridge ORM
Fluent API for constructing DELETE statements
Fluent API for constructing DTO-based deletes (DELETE statements)
Fluent API for constructing direct SQL deletes (DELETE statements)
-
Classes in org.litebridge.orm.api.delete used by org.litebridge.ormClassDescriptionMarker interface for a delete query at various stages of construction.
-
Classes in org.litebridge.orm.api.delete used by org.litebridge.orm.api.deleteClassDescriptionMarker interface for a delete query at various stages of construction.Interface for a WHERE condition clause in a delete query.Interface for the terminal part of a WHERE condition clause in a delete query.
-
Classes in org.litebridge.orm.api.delete used by org.litebridge.orm.api.delete.implClassDescriptionMarker interface for a delete query at various stages of construction.Represents the final stage of a delete query that can be executed.
-
Classes in org.litebridge.orm.api.delete used by org.litebridge.orm.api.dto.deleteClassDescriptionMarker interface for a delete query at various stages of construction.Represents the final stage of a delete query that can be executed.Interface for a WHERE condition clause in a delete query.Interface for the terminal part of a WHERE condition clause in a delete query.
-
Classes in org.litebridge.orm.api.delete used by org.litebridge.orm.api.sql.deleteClassDescriptionMarker interface for a delete query at various stages of construction.Represents the final stage of a delete query that can be executed.Interface for a WHERE condition clause in a delete query.Interface for the terminal part of a WHERE condition clause in a delete query.