Uses of Interface
org.hibernate.sql.ast.spi.SqlSelection
-
-
Uses of SqlSelection in org.hibernate.dialect
Method parameters in org.hibernate.dialect with type arguments of type SqlSelection Modifier and Type Method Description protected voidDB2SqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidDerbySqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidH2SqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidHSQLSqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidOracleSqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidSpannerSqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidSQLServerSqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidSybaseASESqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidSybaseSqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) -
Uses of SqlSelection in org.hibernate.metamodel.mapping
Method parameters in org.hibernate.metamodel.mapping with type arguments of type SqlSelection Modifier and Type Method Description default voidEmbeddableMappingType. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityMappingType. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)default voidEntityValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause. -
Uses of SqlSelection in org.hibernate.metamodel.mapping.internal
Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type SqlSelection Modifier and Type Method Description voidAbstractDiscriminatorMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnyDiscriminatorPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnyKeyPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicEntityIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicValuedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCollectionIdentifierDescriptorImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCompoundNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidDiscriminatedAssociationAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidDiscriminatedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityRowIdMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityVersionMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidInverseNonAggregatedIdentifierMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidNonAggregatedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidPluralAttributeMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidSimpleForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidSimpleNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidToOneAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer) -
Uses of SqlSelection in org.hibernate.persister.entity
Method parameters in org.hibernate.persister.entity with type arguments of type SqlSelection Modifier and Type Method Description voidAbstractEntityPersister. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer) -
Uses of SqlSelection in org.hibernate.query.derived
Method parameters in org.hibernate.query.derived with type arguments of type SqlSelection Modifier and Type Method Description voidAnonymousTupleBasicValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleEmbeddableValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleEntityValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleTableGroupProducer. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)AnonymousTupleTableGroupProducerAnonymousTupleType. resolveTableGroupProducer(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess)Constructor parameters in org.hibernate.query.derived with type arguments of type SqlSelection Constructor Description AnonymousTupleTableGroupProducer(AnonymousTupleType<?> tupleType, String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess) -
Uses of SqlSelection in org.hibernate.query.results
Classes in org.hibernate.query.results that implement SqlSelection Modifier and Type Class Description classResultSetMappingSqlSelectionSqlSelection used inResultSetMappingresolution.Methods in org.hibernate.query.results that return SqlSelection Modifier and Type Method Description SqlSelectionResultSetMappingSqlSelection. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)SqlSelectionResultSetMappingSqlSelection. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)SqlSelectionDomainResultCreationStateImpl. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)Constructor parameters in org.hibernate.query.results with type arguments of type SqlSelection Constructor Description DomainResultCreationStateImpl(String stateIdentifier, JdbcValuesMetadata jdbcResultsMetadata, Map<String,Map<String,DynamicFetchBuilderLegacy>> legacyFetchBuilders, Consumer<SqlSelection> sqlSelectionConsumer, SessionFactoryImplementor sessionFactory)JdbcValuesMappingImpl(List<SqlSelection> sqlSelections, List<DomainResult<?>> domainResults, int rowSize, Map<String,LockMode> registeredLockModes) -
Uses of SqlSelection in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return SqlSelection Modifier and Type Method Description SqlSelectionSelfRenderingFunctionSqlAstExpression. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration) -
Uses of SqlSelection in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqlSelection Modifier and Type Method Description SqlSelectionBaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)SqlSelectionBaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)Methods in org.hibernate.query.sqm.sql that return types with arguments of type SqlSelection Modifier and Type Method Description List<SqlSelection>BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector. getSelections(int position)List<SqlSelection>BaseSqmToSqlAstConverter.SqmAliasedNodeCollector. getSelections(int position)List<SqlSelection>BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker. getSelections(int position) -
Uses of SqlSelection in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return SqlSelection Modifier and Type Method Description SqlSelectionDiscriminatorPathInterpretation. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)SqlSelectionSqlAstProcessingStateImpl. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)SqlSelectionSqlAstQueryPartProcessingStateImpl. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)SqlSelectionSqmParameterInterpretation. resolveSqlSelection(DomainResultCreationState creationState)Methods in org.hibernate.query.sqm.sql.internal that return types with arguments of type SqlSelection Modifier and Type Method Description List<SqlSelection>SqlAstProcessingStateImpl. getSelections(int position) -
Uses of SqlSelection in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type SqlSelection Modifier and Type Method Description voidSqlAstWalker. visitSqlSelection(SqlSelection sqlSelection) -
Uses of SqlSelection in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return SqlSelection Modifier and Type Method Description SqlSelectionSqlSelectionProducer. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)Create a SqlSelection for the given JDBC ResultSet positionSqlSelectionSqlSelection. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)SqlSelectionSqlExpressionResolver. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)Resolve the SqlSelection for the given expressionMethods in org.hibernate.sql.ast.spi with parameters of type SqlSelection Modifier and Type Method Description voidAbstractSqlAstTranslator. visitSqlSelection(SqlSelection sqlSelection)voidAbstractSqlAstWalker. visitSqlSelection(SqlSelection sqlSelection)voidExpressionReplacementWalker. visitSqlSelection(SqlSelection sqlSelection)Method parameters in org.hibernate.sql.ast.spi with type arguments of type SqlSelection Modifier and Type Method Description protected voidAbstractSqlAstTranslator. emulateSelectTupleComparison(List<SqlSelection> lhsSelections, List<? extends SqlAstNode> rhsExpressions, ComparisonOperator operator, boolean indexOptimized)voidAbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer. renderComparison(List<SqlSelection> lhsExpressions, X rhsExpression, ComparisonOperator operator)protected voidAbstractSqlAstTranslator. renderSelectSimpleComparison(List<SqlSelection> lhsExpressions, Expression expression, ComparisonOperator operator)protected voidAbstractSqlAstTranslator. renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected voidAbstractSqlAstTranslator. renderTupleComparisonStandard(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator)protected ExpressionAbstractSqlAstTranslator. resolveAliasedExpression(List<SqlSelection> sqlSelections, Expression expression) -
Uses of SqlSelection in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return SqlSelection Modifier and Type Method Description default SqlSelectionExpression. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)SqlSelectionSqlSelectionExpression. getSelection()SqlSelectionBinaryArithmeticExpression. resolveSqlSelection(DomainResultCreationState creationState)Constructors in org.hibernate.sql.ast.tree.expression with parameters of type SqlSelection Constructor Description SqlSelectionExpression(SqlSelection theSelection) -
Uses of SqlSelection in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return SqlSelection Modifier and Type Method Description SqlSelectionDelegatingTableGroup. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration) -
Uses of SqlSelection in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return types with arguments of type SqlSelection Modifier and Type Method Description List<SqlSelection>SelectClause. getSqlSelections()Methods in org.hibernate.sql.ast.tree.select with parameters of type SqlSelection Modifier and Type Method Description voidSelectClause. addSqlSelection(SqlSelection sqlSelection) -
Uses of SqlSelection in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return SqlSelection Modifier and Type Method Description SqlSelectionAbstractJdbcParameter. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration) -
Uses of SqlSelection in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic with parameters of type SqlSelection Modifier and Type Method Description static <X> BasicResultAssembler<X>BasicResultAssembler. from(SqlSelection selection, JavaType<X> javaType) -
Uses of SqlSelection in org.hibernate.sql.results.internal
Classes in org.hibernate.sql.results.internal that implement SqlSelection Modifier and Type Class Description classResolvedSqlSelectionclassSqlSelectionImplMethods in org.hibernate.sql.results.internal that return SqlSelection Modifier and Type Method Description SqlSelectionResolvedSqlSelection. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory)SqlSelectionSqlSelectionImpl. resolve(JdbcValuesMetadata jdbcResultsMetadata, SessionFactoryImplementor sessionFactory) -
Uses of SqlSelection in org.hibernate.sql.results.internal.domain
Method parameters in org.hibernate.sql.results.internal.domain with type arguments of type SqlSelection Modifier and Type Method Description voidCircularBiDirectionalFetchImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCircularFetchImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer) -
Uses of SqlSelection in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return types with arguments of type SqlSelection Modifier and Type Method Description List<SqlSelection>StandardJdbcValuesMapping. getSqlSelections()Constructor parameters in org.hibernate.sql.results.jdbc.internal with type arguments of type SqlSelection Constructor Description JdbcValuesMappingProducerStandard(List<SqlSelection> sqlSelections, List<DomainResult<?>> domainResults)StandardJdbcValuesMapping(List<SqlSelection> sqlSelections, List<DomainResult<?>> domainResults) -
Uses of SqlSelection in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return types with arguments of type SqlSelection Modifier and Type Method Description List<SqlSelection>JdbcValuesMapping. getSqlSelections()The JDBC selection descriptors.Methods in org.hibernate.sql.results.jdbc.spi with parameters of type SqlSelection Modifier and Type Method Description default ObjectRowProcessingState. getJdbcValue(SqlSelection sqlSelection)Retrieve the value corresponding to the given SqlSelection as part of the "current JDBC row".
-