Uses of Class
org.litebridgedb.db.spi.Aliased
Packages that use Aliased
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Models for specifying DTO field mappings
Core common ORM API function services.
-
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.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.engine
Fields in org.litebridgedb.orm.engine declared as AliasedModifier and TypeFieldDescriptionstatic final Aliased[]FromClauseEngine.ALL_COLUMNSUsed to indicate that all fields or expressions should be selected.