Uses of Interface
org.hibernate.query.spi.QueryParameterBindings
Packages that use QueryParameterBindings
Package
Description
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines the internal implementation of the stored procedure SPI.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
Package for the translation of SQM into SQL AST
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
-
Uses of QueryParameterBindings in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with parameters of type QueryParameterBindingsModifier and TypeMethodDescriptionstatic QueryKey
QueryKey.from
(String sqlQueryString, Limit limit, QueryParameterBindings parameterBindings, SharedSessionContractImplementor session) -
Uses of QueryParameterBindings in org.hibernate.dialect
Constructors in org.hibernate.dialect with parameters of type QueryParameterBindingsModifierConstructorDescriptionSybaseSqmToSqlAstConverter
(SqmStatement<?> statement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers fetchInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) -
Uses of QueryParameterBindings in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement QueryParameterBindingsMethods in org.hibernate.procedure.internal that return QueryParameterBindingsModifier and TypeMethodDescriptionProcedureParameterMetadataImpl.createBindings
(SessionFactoryImplementor sessionFactory) ProcedureCallImpl.getParameterBindings()
ProcedureCallImpl.getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement QueryParameterBindingsModifier and TypeClassDescriptionclass
Manages the group of QueryParameterBinding for a particular query.Fields in org.hibernate.query.internal declared as QueryParameterBindingsModifier and TypeFieldDescriptionstatic final QueryParameterBindings
QueryParameterBindingsImpl.EMPTY
Methods in org.hibernate.query.internal that return QueryParameterBindingsModifier and TypeMethodDescriptionParameterMetadataImpl.createBindings
(SessionFactoryImplementor sessionFactory) DelegatingDomainQueryExecutionContext.getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.query.spi
Fields in org.hibernate.query.spi declared as QueryParameterBindingsModifier and TypeFieldDescriptionstatic final QueryParameterBindings
QueryParameterBindings.NO_PARAM_BINDINGS
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.query.spi that return QueryParameterBindingsModifier and TypeMethodDescriptionParameterMetadataImplementor.createBindings
(SessionFactoryImplementor sessionFactory) static QueryParameterBindings
QueryParameterBindings.empty()
QueryImplementor.getParameterBindings()
protected abstract QueryParameterBindings
AbstractCommonQueryContract.getQueryParameterBindings()
DomainQueryExecutionContext.getQueryParameterBindings()
The domain parameter bindings -
Uses of QueryParameterBindings in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return QueryParameterBindingsModifier and TypeMethodDescriptionNativeQueryImpl.getParameterBindings()
NativeQueryImpl.getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return QueryParameterBindingsModifier and TypeMethodDescriptionQuerySqmImpl.getParameterBindings()
QuerySqmImpl.getQueryParameterBindings()
SqmJdbcExecutionContextAdapter.getQueryParameterBindings()
SqmSelectionQueryImpl.getQueryParameterBindings()
Methods in org.hibernate.query.sqm.internal with parameters of type QueryParameterBindingsModifier and TypeMethodDescriptionstatic JdbcParameterBindings
SqmUtil.createJdbcParameterBindings
(QueryParameterBindings domainParamBindings, DomainParameterXref domainParameterXref, Map<QueryParameterImplementor<?>, Map<SqmParameter<?>, List<JdbcParametersList>>> jdbcParamXref, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SharedSessionContractImplementor session) -
Uses of QueryParameterBindings in org.hibernate.query.sqm.mutation.internal
Constructors in org.hibernate.query.sqm.mutation.internal with parameters of type QueryParameterBindingsModifierConstructorDescriptionMultiTableSqmMutationConverter
(EntityMappingType mutatingEntityDescriptor, SqmStatement<?> statement, SqmRoot<?> sqmRoot, String sourceAlias, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings domainParameterBindings, SqlAstCreationContext creationContext) MultiTableSqmMutationConverter
(EntityMappingType mutatingEntityDescriptor, SqmStatement<?> statement, SqmRoot<?> sqmRoot, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings domainParameterBindings, SqlAstCreationContext creationContext) -
Uses of QueryParameterBindings in org.hibernate.query.sqm.mutation.internal.temptable
Constructors in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type QueryParameterBindingsModifierConstructorDescriptionAbstractDeleteExecutionDelegate
(EntityMappingType entityDescriptor, TemporaryTable idTable, AfterUseAction afterUseAction, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings queryParameterBindings, Function<SharedSessionContractImplementor, String> sessionUidAccess, SessionFactoryImplementor sessionFactory) RestrictedDeleteExecutionDelegate
(EntityMappingType entityDescriptor, TemporaryTable idTable, AfterUseAction afterUseAction, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings queryParameterBindings, Function<SharedSessionContractImplementor, String> sessionUidAccess, SessionFactoryImplementor sessionFactory) SoftDeleteExecutionDelegate
(EntityMappingType entityDescriptor, TemporaryTable idTable, AfterUseAction afterUseAction, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings queryParameterBindings, Function<SharedSessionContractImplementor, String> sessionUidAccess, SessionFactoryImplementor sessionFactory) -
Uses of QueryParameterBindings in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type QueryParameterBindingsModifier and TypeMethodDescriptionSqmTranslator<? extends MutationStatement>
SqmTranslatorFactory.createMutationTranslator
(SqmDmlStatement<?> sqmDmlStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslator<? extends MutationStatement>
StandardSqmTranslatorFactory.createMutationTranslator
(SqmDmlStatement<?> sqmDmlStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslatorFactory.createSelectTranslator
(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) StandardSqmTranslatorFactory.createSelectTranslator
(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) Constructors in org.hibernate.query.sqm.sql with parameters of type QueryParameterBindingsModifierConstructorDescriptionBaseSqmToSqlAstConverter
(SqlAstCreationContext creationContext, SqmStatement<?> statement, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, boolean deduplicateSelectionItems) -
Uses of QueryParameterBindings in org.hibernate.query.sqm.sql.internal
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type QueryParameterBindingsModifierConstructorDescriptionStandardSqmTranslator
(SqmStatement<?> statement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers fetchInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) -
Uses of QueryParameterBindings in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return QueryParameterBindingsConstructors in org.hibernate.sql.exec.internal with parameters of type QueryParameterBindingsModifierConstructorDescriptionJdbcParameterBindingsImpl
(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory) -
Uses of QueryParameterBindings in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return QueryParameterBindings -
Uses of QueryParameterBindings in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return QueryParameterBindings -
Uses of QueryParameterBindings in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return QueryParameterBindings
empty()
instead.