Module litebridge.orm
@NullMarked
module litebridge.orm
Litebridge ORM
-
Packages
ExportsPackageDescriptionLitebridge ORMFluent API for constructing DELETE statementsFluent API for constructing DTO-mapped SQL queries (SELECT statements)Fluent API for constructing DTO-based deletes (DELETE statements)Fluent API for constructing DTO-based updates (UPDATE statements)Fluent API for registering DTO-table mappingsFluent API for constructing SQL queries (SELECT statements)Query/clause specification models used in the query APIModels for specifying DTO field mappingsFluent API for constructing SQL queries (SELECT statements) without result object mappingFluent API for constructing direct SQL deletes (DELETE statements)Fluent API for constructing direct SQL updates (UPDATE statements)Transactional APIFluent API for constructing UPDATE statementsUpdate API modelsLitebridge ORM runtime configuration.Core common ORM API function services.Custom exception definitionsSelect query expressions.Aggregate SQL function expressionsDate/time-based SQL function expressionsScalar SQL function expressionsJava-based query expression modifier "expressions"/intents.Expressions to select specific expressions from a databaseMetamodel support.Persistence subsystem; contains classes for saving/updating/deleting DTOsTransaction management utilities for Litebridge