Uses of Interface
org.hibernate.sql.ast.spi.SqlSelection
-
Packages that use SqlSelection Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.ast.tree.select AST nodes representingselectstatements in a SQL tree.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi -
-
Uses of SqlSelection in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type SqlSelection Modifier and Type Method Description voidOracleSqlAstTranslator. visitSqlSelection(SqlSelection sqlSelection)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)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)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)static ModelPartAnonymousTupleTableGroupProducer. createModelPart(MappingType mappingType, SqmExpressible<?> sqmExpressible, DomainType<?> domainType, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, String partName, ModelPart existingModelPart, Set<String> compatibleTableExpressions, int fetchableIndex)AnonymousTupleTableGroupProducerAnonymousTupleType. resolveTableGroupProducer(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess)Constructor parameters in org.hibernate.query.derived with type arguments of type SqlSelection Constructor Description AnonymousTupleEmbeddableValuedModelPart(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, String componentName, EmbeddableValuedModelPart existingModelPartContainer, int fetchableIndex)AnonymousTupleEmbeddedEntityIdentifierMapping(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, CompositeIdentifierMapping delegate)AnonymousTupleNonAggregatedEntityIdentifierMapping(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, String componentName, NonAggregatedIdentifierMapping delegate)AnonymousTupleTableGroupProducer(AnonymousTupleType<?> tupleType, String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess)CteTupleTableGroupProducer(SqmCteTable<?> sqmCteTable, 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, LoadQueryInfluencers loadQueryInfluencers, 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, boolean virtual, TypeConfiguration typeConfiguration)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.query.sqm.tree.cte
Method parameters in org.hibernate.query.sqm.tree.cte with type arguments of type SqlSelection Modifier and Type Method Description CteTupleTableGroupProducerSqmCteTable. resolveTableGroupProducer(String aliasStem, List<SqlSelection> sqlSelections, FromClauseAccess fromClauseAccess) -
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, boolean virtual, TypeConfiguration typeConfiguration)Create a SqlSelection for the given JDBC ResultSet positionSqlSelectionSqlSelectionProducer. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.SqlSelectionSqlSelection. 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. createDomainResultSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration)default SqlSelectionExpression. createDomainResultSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.default SqlSelectionExpression. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration)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, boolean virtual, TypeConfiguration typeConfiguration)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.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type SqlSelection Modifier and Type Method Description static int[]AggregateEmbeddableInitializer. determineAggregateValuesArrayPositions(FetchParentAccess fetchParentAccess, SqlSelection structSelection)Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type SqlSelection Constructor Description AggregateEmbeddableFetchInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection)AggregateEmbeddableResultInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection) -
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.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".
-