Uses of Package
org.litebridge.orm.engine
Packages that use org.litebridge.orm.engine
Package
Description
Condition construction clause abstract implementations.
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
DTO condition construction clauses.
Fluent API for constructing DTO-based deletes (DELETE statements)
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing SQL queries (SELECT statements)
Query/clause specification models used in the query API
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
Fluent API for constructing direct SQL deletes (DELETE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Core common ORM API function services.
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.conditionClassDescriptionThe
FromClauseEngineclass represents the generation of SQL "FROM" clauses with support for both DTO-based and raw expression-based queries.Provides methods for constructing SQL SELECT statements in a fluent, object-oriented manner. -
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.dtoClassDescriptionRepresents the context for operation execution within the Litebridge framework.
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.dto.conditionClassDescriptionThe
FromClauseEngineclass represents the generation of SQL "FROM" clauses with support for both DTO-based and raw expression-based queries. -
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.dto.deleteClassDescriptionRepresents the context for operation execution within the Litebridge framework.
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.dto.updateClassDescriptionRepresents the context for operation execution within the Litebridge framework.
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.selectClassDescriptionThe
FromClauseEngineclass represents the generation of SQL "FROM" clauses with support for both DTO-based and raw expression-based queries.Provides methods for constructing SQL SELECT statements in a fluent, object-oriented manner. -
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.select.modelClassDescriptionRepresents the context for operation execution within the Litebridge framework.
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.sqlClassDescriptionRepresents the context for operation execution within the Litebridge framework.
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.sql.deleteClassDescriptionRepresents the context for operation execution within the Litebridge framework.
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.api.sql.updateClassDescriptionRepresents the context for operation execution within the Litebridge framework.
-
Classes in org.litebridge.orm.engine used by org.litebridge.orm.engineClassDescriptionThe
FromClauseEngineclass represents the generation of SQL "FROM" clauses with support for both DTO-based and raw expression-based queries.Represents the context for operation execution within the Litebridge framework. -
Classes in org.litebridge.orm.engine used by org.litebridge.orm.persistenceClassDescriptionRepresents the context for operation execution within the Litebridge framework.