Uses of Class
org.litebridgedb.orm.api.select.model.SelectExpressionMapper
Packages that use SelectExpressionMapper
Package
Description
Fluent 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)
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)
Update API models
-
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.dto
Constructors in org.litebridgedb.orm.api.dto with parameters of type SelectExpressionMapperModifierConstructorDescriptionDtoJoinSpec(Class<?> dtoClass, OrmTable ormTable, Table table, SelectExpressionMapper selectExpressionMapper) -
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.dto.delete
Constructors in org.litebridgedb.orm.api.dto.delete with parameters of type SelectExpressionMapperModifierConstructorDescriptionDtoDeleteSpec(Class<?> dtoClass, OrmTable dtoTable, SelectExpressionMapper selectExpressionMapper) DtoDeletor(Class<DTO> dtoClass, OrmTable dtoTable, TransactionalDatabaseProvider databaseProvider, SelectExpressionMapper selectExpressionMapper, LitebridgeContext litebridgeContext) -
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.dto.update
Constructors in org.litebridgedb.orm.api.dto.update with parameters of type SelectExpressionMapperModifierConstructorDescriptionDtoUpdater(Class<DTO> dtoClass, OrmTable dtoTable, TransactionalDatabaseProvider databaseProvider, SelectExpressionMapper selectExpressionMapper, LitebridgeContext litebridgeContext) DtoUpdateSpec(Class<?> dtoClass, OrmTable dtoTable, SelectExpressionMapper selectExpressionMapper) -
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.select.model
Fields in org.litebridgedb.orm.api.select.model declared as SelectExpressionMapperModifier and TypeFieldDescriptionprotected @Nullable SelectExpressionMapperSelectSpec.selectExpressionMapperMethods in org.litebridgedb.orm.api.select.model that return SelectExpressionMapperMethods in org.litebridgedb.orm.api.select.model with parameters of type SelectExpressionMapperModifier and TypeMethodDescriptionConditionSpec.toCondition(SelectExpressionMapper selectExpressionMapper, Collection<Table> selectedTables) -
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.sql
Constructors in org.litebridgedb.orm.api.sql with parameters of type SelectExpressionMapperModifierConstructorDescriptionSqlJoinSpec(Table table, SelectExpressionMapper selectExpressionMapper) -
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.sql.delete
Constructors in org.litebridgedb.orm.api.sql.delete with parameters of type SelectExpressionMapperModifierConstructorDescriptionSqlDeletor(Table table, TransactionalDatabaseProvider databaseProvider, SelectExpressionMapper selectExpressionMapper, LitebridgeContext litebridgeContext) -
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.sql.update
Constructors in org.litebridgedb.orm.api.sql.update with parameters of type SelectExpressionMapperModifierConstructorDescriptionSqlUpdater(Table table, TransactionalDatabaseProvider databaseProvider, SelectExpressionMapper selectExpressionMapper, LitebridgeContext litebridgeContext) -
Uses of SelectExpressionMapper in org.litebridgedb.orm.api.update.model
Constructors in org.litebridgedb.orm.api.update.model with parameters of type SelectExpressionMapper