Uses of Class
org.litebridgedb.db.spi.Aliased
Packages that use Aliased
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Litebridge ORM
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Models for specifying DTO field mappings
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
-
Uses of Aliased in org.litebridgedb.db.spi
Subclasses of Aliased in org.litebridgedb.db.spiModifier and TypeClassDescriptionclassA database column that belongs to a specific table and optionally has an alias.classA database table with an associated catalog, schema, name, and optional alias.Methods in org.litebridgedb.db.spi that return AliasedModifier and TypeMethodDescriptionSet the alias for this entity and return the updated instance.Methods in org.litebridgedb.db.spi with parameters of type AliasedModifier and TypeMethodDescriptionbooleanAliased.equalsIgnoreAlias(Aliased aliased) booleanColumn.equalsIgnoreAlias(Aliased aliased) booleanTable.equalsIgnoreAlias(Aliased o) -
Uses of Aliased in org.litebridgedb.orm
Methods in org.litebridgedb.orm with parameters of type AliasedModifier and TypeMethodDescriptionQuery data from the database, without mapping results to Data Transfer Objects (DTOs). -
Uses of Aliased in org.litebridgedb.orm.api.dto
Methods in org.litebridgedb.orm.api.dto with parameters of type AliasedModifier and TypeMethodDescription -
Uses of Aliased in org.litebridgedb.orm.api.spec
Subclasses of Aliased in org.litebridgedb.orm.api.specModifier and TypeClassDescriptionfinal classSpecification of a database tab, used to map DTO instances to to target tables. -
Uses of Aliased in org.litebridgedb.orm.api.sql
Methods in org.litebridgedb.orm.api.sql with parameters of type AliasedConstructors in org.litebridgedb.orm.api.sql with parameters of type AliasedModifierConstructorDescriptionSqlFromClause(Aliased[] columns, SqlSelectSpec selectSpec, TableRegistry tableRegistry, SqlSelector delegate)