Uses of Record Class
org.litebridge.db.spi.query.Select
Packages that use Select
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Database query expressions.
Abstract implementation classes for the Litebridge Database SPI.
SQL function implementations.
Query/clause specification models used in the query API
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of Select in org.litebridge.db.spi
Methods in org.litebridge.db.spi with parameters of type Select -
Uses of Select in org.litebridge.db.spi.expression
Fields in org.litebridge.db.spi.expression declared as SelectModifier and TypeFieldDescriptionprotected final SelectSubselectExpression.subselectThe subselect query.Methods in org.litebridge.db.spi.expression with parameters of type SelectModifier and TypeMethodDescriptionCreates a sub-select expression.Constructors in org.litebridge.db.spi.expression with parameters of type SelectModifierConstructorDescriptionSubselectExpression(Select subselect) Constructs a newSubselectExpressionwith the given subselect query. -
Uses of Select in org.litebridge.db.spi.impl
Methods in org.litebridge.db.spi.impl with parameters of type SelectModifier and TypeMethodDescriptionAbstractDatabaseProvider.select(Select select, ConnectionProvider connectionProvider) -
Uses of Select in org.litebridge.db.spi.impl.function
Methods in org.litebridge.db.spi.impl.function with parameters of type SelectModifier and TypeMethodDescriptionprotected SubselectExpressionSqlFunctionRegistryFactory.createSubselect(Select subselect) Creates a subselect expression.Constructors in org.litebridge.db.spi.impl.function with parameters of type SelectModifierConstructorDescriptionSubselect(Select subselect, SelectSqlGenerator selectSqlGenerator) Creates a newSubselect. -
Uses of Select in org.litebridge.db.spi.impl.sql
Methods in org.litebridge.db.spi.impl.sql with parameters of type SelectModifier and TypeMethodDescriptionprotected PreparedSqlSelectSqlGenerator.createJoin(Join join, Select operation, ConnectionProvider connectionProvider) Create a SQL JOIN clause based on the providedJoinobject.SelectSqlGenerator.prepareSql(Select select, ConnectionProvider connectionProvider) Prepares a SQL SELECT statement along with its bind values for execution.SelectSqlGenerator.prepareSql(Select select, ConnectionProvider connectionProvider, @Nullable Operation parentOperation) Prepares a SQL SELECT statement along with its bind values for execution. -
Uses of Select in org.litebridge.orm.api.select.model
Methods in org.litebridge.orm.api.select.model that return Select -
Uses of Select in org.litebridge.orm.persistence
Methods in org.litebridge.orm.persistence with parameters of type SelectModifier and TypeMethodDescriptionTransactionalDatabaseProvider.select(Select select, ConnectionProvider connectionProvider)