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 implementation of the stored procedure SPI.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.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 Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.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 QueryKeyQueryKey. 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 classProcedureParamBindingsMethods in org.hibernate.procedure.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindingsProcedureCallImpl. getParameterBindings()QueryParameterBindingsProcedureCallImpl. getQueryParameterBindings() -
Uses of QueryParameterBindings in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement QueryParameterBindings Modifier and Type Class Description classQueryParameterBindingsImplManages the group of QueryParameterBinding for a particular query.Methods in org.hibernate.query.internal that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindingsDelegatingDomainQueryExecutionContext. getQueryParameterBindings() -
Uses of QueryParameterBindings in org.hibernate.query.spi
Fields in org.hibernate.query.spi declared as QueryParameterBindings Modifier and Type Field Description static QueryParameterBindingsQueryParameterBindings. NO_PARAM_BINDINGSMethods in org.hibernate.query.spi that return QueryParameterBindings Modifier and Type Method Description QueryParameterBindingsQueryImplementor. getParameterBindings()protected abstract QueryParameterBindingsAbstractCommonQueryContract. getQueryParameterBindings()QueryParameterBindingsDomainQueryExecutionContext. 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 QueryParameterBindingsNativeQueryImpl. getParameterBindings()QueryParameterBindingsNativeQueryImpl. 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 QueryParameterBindingsQuerySqmImpl. getParameterBindings()QueryParameterBindingsQuerySqmImpl. getQueryParameterBindings()QueryParameterBindingsSqmJdbcExecutionContextAdapter. getQueryParameterBindings()QueryParameterBindingsSqmSelectionQueryImpl. getQueryParameterBindings()Methods in org.hibernate.query.sqm.internal with parameters of type QueryParameterBindings Modifier and Type Method Description static JdbcParameterBindingsSqmUtil. createJdbcParameterBindings(QueryParameterBindings domainParamBindings, DomainParameterXref domainParameterXref, Map<QueryParameterImplementor<?>,Map<SqmParameter<?>,List<JdbcParametersList>>> 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 QueryParameterBindingsBaseExecutionContext. getQueryParameterBindings()Constructors in org.hibernate.sql.exec.internal with parameters of type QueryParameterBindings Constructor Description JdbcParameterBindingsImpl(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 Modifier and Type Method Description QueryParameterBindingsExecutionContext. getQueryParameterBindings() -
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 QueryParameterBindingsNestedRowProcessingState. 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 QueryParameterBindingsRowProcessingStateStandardImpl. getQueryParameterBindings()
-