Uses of Interface
org.hibernate.query.spi.QueryParameterBindings
-
Packages that use QueryParameterBindings Package Description org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.query.internal org.hibernate.query.spi org.hibernate.query.sql.internal org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.internal -
-
Uses of QueryParameterBindings in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with parameters of type QueryParameterBindings Modifier and Type Method Description static QueryKey
QueryKey. from(String sqlQueryString, Limit limit, QueryParameterBindings parameterBindings, SharedSessionContractImplementor persistenceContext)
-
Uses of QueryParameterBindings in org.hibernate.dialect
Constructors in org.hibernate.dialect with parameters of type QueryParameterBindings Constructor Description SybaseSqmToSqlAstConverter(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 QueryParameterBindings Modifier and Type Class Description class
ProcedureParamBindings
Methods in org.hibernate.procedure.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
ProcedureCallImpl. getParameterBindings()
QueryParameterBindings
ProcedureCallImpl. getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement QueryParameterBindings Modifier and Type Class Description class
QueryParameterBindingsImpl
Manages the group of QueryParameterBinding for a particular query.Methods in org.hibernate.query.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
DelegatingDomainQueryExecutionContext. getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.query.spi
Fields in org.hibernate.query.spi declared as QueryParameterBindings Modifier and Type Field Description static QueryParameterBindings
QueryParameterBindings. NO_PARAM_BINDINGS
Methods in org.hibernate.query.spi that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
QueryImplementor. getParameterBindings()
protected abstract QueryParameterBindings
AbstractCommonQueryContract. getQueryParameterBindings()
QueryParameterBindings
DomainQueryExecutionContext. getQueryParameterBindings()
The domain parameter bindings -
Uses of QueryParameterBindings in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
NativeQueryImpl. getParameterBindings()
QueryParameterBindings
NativeQueryImpl. getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
QuerySqmImpl. getParameterBindings()
QueryParameterBindings
QuerySqmImpl. getQueryParameterBindings()
QueryParameterBindings
SqmJdbcExecutionContextAdapter. getQueryParameterBindings()
QueryParameterBindings
SqmSelectionQueryImpl. getQueryParameterBindings()
Methods in org.hibernate.query.sqm.internal with parameters of type QueryParameterBindings Modifier and Type Method Description static JdbcParameterBindings
SqmUtil. createJdbcParameterBindings(QueryParameterBindings domainParamBindings, DomainParameterXref domainParameterXref, Map<QueryParameterImplementor<?>,Map<SqmParameter<?>,List<List<JdbcParameter>>>> jdbcParamXref, MappingMetamodel domainModel, Function<NavigablePath,TableGroup> tableGroupLocator, 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 QueryParameterBindings Constructor Description MultiTableSqmMutationConverter(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 QueryParameterBindings Constructor Description RestrictedDeleteExecutionDelegate(EntityMappingType entityDescriptor, TemporaryTable idTable, AfterUseAction afterUseAction, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref, Function<SharedSessionContractImplementor,String> sessionUidAccess, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings queryParameterBindings, SessionFactoryImplementor sessionFactory)
-
Uses of QueryParameterBindings in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type QueryParameterBindings Modifier and Type Method Description SqmTranslator<InsertStatement>
SqmTranslatorFactory. createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)
SqmTranslator<InsertStatement>
StandardSqmTranslatorFactory. createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)
SqmTranslator<SelectStatement>
SqmTranslatorFactory. createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems)
SqmTranslator<SelectStatement>
StandardSqmTranslatorFactory. createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems)
SqmTranslator<DeleteStatement>
SqmTranslatorFactory. createSimpleDeleteTranslator(SqmDeleteStatement<?> sqmDeleteStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)
SqmTranslator<DeleteStatement>
StandardSqmTranslatorFactory. createSimpleDeleteTranslator(SqmDeleteStatement<?> sqmDeleteStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)
SqmTranslator<UpdateStatement>
SqmTranslatorFactory. createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings queryParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)
SqmTranslator<UpdateStatement>
StandardSqmTranslatorFactory. createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)
Constructors in org.hibernate.query.sqm.sql with parameters of type QueryParameterBindings Constructor Description BaseSqmToSqlAstConverter(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 QueryParameterBindings Constructor Description StandardSqmTranslator(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 QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
BaseExecutionContext. getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
ExecutionContext. getQueryParameterBindings()
Methods in org.hibernate.sql.exec.spi with parameters of type QueryParameterBindings Modifier and Type Method Description default void
JdbcParameterBindings. registerNativeQueryParameters(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory)
-
Uses of QueryParameterBindings in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
NestedRowProcessingState. getQueryParameterBindings()
-
Uses of QueryParameterBindings in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindings
RowProcessingStateStandardImpl. getQueryParameterBindings()
-