Uses of Class
org.hibernate.engine.spi.LoadQueryInfluencers
Packages that use LoadQueryInfluencers
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
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
Package defining support for creating and consuming a SQL AST.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
-
Uses of LoadQueryInfluencers in org.hibernate.dialect
Constructors in org.hibernate.dialect with parameters of type LoadQueryInfluencersModifierConstructorDescriptionSybaseSqmToSqlAstConverter
(SqmStatement<?> statement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers fetchInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) -
Uses of LoadQueryInfluencers in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return LoadQueryInfluencersModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getLoadQueryInfluencers()
SharedSessionContractImplementor.getLoadQueryInfluencers()
Get theLoadQueryInfluencers
associated with this session.SharedSessionDelegatorBaseImpl.getLoadQueryInfluencers()
Methods in org.hibernate.engine.spi with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionboolean
EntityKey.isBatchLoadable
(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.generator.values.internal
Methods in org.hibernate.generator.values.internal with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionGeneratedValuesMappingProducer.resolve
(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) -
Uses of LoadQueryInfluencers in org.hibernate.internal
Methods in org.hibernate.internal that return LoadQueryInfluencersModifier and TypeMethodDescriptionSessionImpl.getLoadQueryInfluencers()
StatelessSessionImpl.getLoadQueryInfluencers()
Methods in org.hibernate.internal with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionstatic void
FilterHelper.applyBaseRestrictions
(Consumer<Predicate> predicateConsumer, Restrictable restrictable, TableGroup rootTableGroup, boolean useIdentificationVariable, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationState astCreationState) protected final void
AbstractSharedSessionContract.setUpMultitenancy
(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
Uses of LoadQueryInfluencers in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return LoadQueryInfluencersModifier and TypeMethodDescriptionAbstractCollectionBatchLoader.getInfluencers()
LoaderSqlAstCreationState.getLoadQueryInfluencers()
Methods in org.hibernate.loader.ast.internal with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionStandardBatchLoaderFactory.createCollectionBatchLoader
(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor factory) <T> EntityBatchLoader<T>
StandardBatchLoaderFactory.createEntityBatchLoader
(int domainBatchSize, EntityMappingType entityDescriptor, LoadQueryInfluencers loadQueryInfluencers) static SelectStatement
LoaderSelectBuilder.createSelect
(Loadable loadable, List<? extends ModelPart> partsToSelect, List<ModelPart> restrictedParts, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) static SelectStatement
LoaderSelectBuilder.createSelect
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement based on matching one-or-more keysstatic SelectStatement
LoaderSelectBuilder.createSelectBySingleArrayParameter
(Loadable loadable, ValuedModelPart restrictedPart, LoadQueryInfluencers influencers, LockOptions lockOptions, JdbcParameter jdbcArrayParameter, SessionFactoryImplementor sessionFactory) Create a select-statement (SQL AST) for loading by multiple keys using a single SQL ARRAY parameterstatic SelectStatement
LoaderSelectBuilder.createSelectByUniqueKey
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement for loading by unique keystatic SelectStatement
LoaderSelectBuilder.createSubSelectFetchSelect
(PluralAttributeMapping attributeMapping, SubselectFetch subselect, DomainResult<?> cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement used for subselect-based CollectionLoaderstatic Boolean
LoaderHelper.getReadOnlyFromLoadQueryInfluencers
(LoadQueryInfluencers loadQueryInfluencers) Determine if given influencers indicate read-onlySingleIdEntityLoaderStandardImpl.resolveLoadPlan
(LockOptions lockOptions, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) Constructors in org.hibernate.loader.ast.internal with parameters of type LoadQueryInfluencersModifierConstructorDescriptionAbstractCollectionBatchLoader
(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor sessionFactory) AbstractEntityBatchLoader
(EntityMappingType entityDescriptor, LoadQueryInfluencers loadQueryInfluencers) CollectionBatchLoaderArrayParam
(int domainBatchSize, LoadQueryInfluencers loadQueryInfluencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor sessionFactory) CollectionBatchLoaderInPredicate
(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor sessionFactory) CollectionElementLoaderByIndex
(PluralAttributeMapping attributeMapping, int baseIndex, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory) CollectionElementLoaderByIndex
(PluralAttributeMapping attributeMapping, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory) Shortened form ofCollectionElementLoaderByIndex(PluralAttributeMapping, int, LoadQueryInfluencers, SessionFactoryImplementor)
which applied the collection mapping's PluralAttributeMapping.IndexMetadata.getListIndexBase()CollectionLoaderSingleKey
(PluralAttributeMapping attributeMapping, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory) EntityBatchLoaderArrayParam
(int domainBatchSize, EntityMappingType entityDescriptor, LoadQueryInfluencers loadQueryInfluencers) Instantiates the loaderEntityBatchLoaderInPredicate
(int domainBatchSize, EntityMappingType entityDescriptor, LoadQueryInfluencers loadQueryInfluencers) LoaderSqlAstCreationState
(QueryPart queryPart, SqlAliasBaseManager sqlAliasBaseManager, FromClauseAccess fromClauseAccess, LockOptions lockOptions, LoaderSqlAstCreationState.FetchProcessor fetchProcessor, boolean forceIdentifierSelection, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext sf) MultiNaturalIdLoadingBatcher
(EntityMappingType entityDescriptor, ModelPart restrictedPart, int batchSize, org.hibernate.loader.ast.internal.MultiNaturalIdLoadingBatcher.KeyValueResolver keyValueResolver, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, SessionFactoryImplementor sessionFactory) SingleIdEntityLoaderStandardImpl
(EntityMappingType entityDescriptor, LoadQueryInfluencers loadQueryInfluencers) protected
SingleIdEntityLoaderStandardImpl
(EntityMappingType entityDescriptor, LoadQueryInfluencers influencers, BiFunction<LockOptions, LoadQueryInfluencers, SingleIdLoadPlan<T>> loadPlanCreator) For Hibernate Reactive.SingleUniqueKeyEntityLoaderStandard
(EntityMappingType entityDescriptor, SingularAttributeMapping uniqueKeyAttribute, LoadQueryInfluencers loadQueryInfluencers) Constructor parameters in org.hibernate.loader.ast.internal with type arguments of type LoadQueryInfluencersModifierConstructorDescriptionprotected
SingleIdEntityLoaderStandardImpl
(EntityMappingType entityDescriptor, LoadQueryInfluencers influencers, BiFunction<LockOptions, LoadQueryInfluencers, SingleIdLoadPlan<T>> loadPlanCreator) For Hibernate Reactive. -
Uses of LoadQueryInfluencers in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionBatchLoaderFactory.createCollectionBatchLoader
(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor factory) Create a BatchLoader for batch-loadable collections.<T> EntityBatchLoader<T>
BatchLoaderFactory.createEntityBatchLoader
(int domainBatchSize, EntityMappingType entityDescriptor, LoadQueryInfluencers loadQueryInfluencers) Create a BatchLoader for batch-loadable entities.boolean
Loadable.isAffectedByEnabledFetchProfiles
(LoadQueryInfluencers influencers) Whether any of the getEnabledFetchProfileNames() apply to this loadabledefault boolean
Loadable.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Loadable.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) Whether any of the "influencers" affect this loadable.boolean
Loadable.isAffectedByEntityGraph
(LoadQueryInfluencers influencers) Whether the effective entity-graph applies to this loadabledefault boolean
Loadable.isAffectedByInfluencers
(LoadQueryInfluencers influencers) Deprecated, for removal: This API element is subject to removal in a future version.default boolean
Loadable.isAffectedByInfluencers
(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) default boolean
Loadable.isNotAffectedByInfluencers
(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptiondefault boolean
EntityMappingType.isAffectedByEnabledFetchProfiles
(LoadQueryInfluencers influencers) default boolean
EntityMappingType.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) default boolean
ManagedMappingType.isAffectedByEnabledFilters
(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKey) default boolean
EntityMappingType.isAffectedByEntityGraph
(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionboolean
PluralAttributeMappingImpl.isAffectedByEnabledFetchProfiles
(LoadQueryInfluencers influencers) boolean
PluralAttributeMappingImpl.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) boolean
PluralAttributeMappingImpl.isAffectedByEntityGraph
(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionprotected CollectionLoader
AbstractCollectionPersister.createSingleKeyCollectionLoader
(LoadQueryInfluencers loadQueryInfluencers) For Hibernate Reactiveboolean
AbstractCollectionPersister.isAffectedByEnabledFetchProfiles
(LoadQueryInfluencers influencers) default boolean
CollectionPersister.isAffectedByEnabledFetchProfiles
(LoadQueryInfluencers influencers) boolean
AbstractCollectionPersister.isAffectedByEnabledFilters
(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) boolean
AbstractCollectionPersister.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers) boolean
AbstractCollectionPersister.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) default boolean
CollectionPersister.isAffectedByEnabledFilters
(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKey) default boolean
CollectionPersister.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers) default boolean
CollectionPersister.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) boolean
AbstractCollectionPersister.isAffectedByEntityGraph
(LoadQueryInfluencers influencers) default boolean
CollectionPersister.isAffectedByEntityGraph
(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionboolean
AbstractEntityPersister.isAffectedByEnabledFetchProfiles
(LoadQueryInfluencers loadQueryInfluencers) boolean
AbstractEntityPersister.isAffectedByEnabledFilters
(LoadQueryInfluencers loadQueryInfluencers, boolean onlyApplyForLoadByKeyFilters) boolean
AbstractEntityPersister.isAffectedByEntityGraph
(LoadQueryInfluencers loadQueryInfluencers) -
Uses of LoadQueryInfluencers in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionboolean
AnonymousTupleEntityValuedModelPart.isAffectedByEnabledFilters
(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) boolean
AnonymousTupleEntityValuedModelPart.isAffectedByInfluencers
(LoadQueryInfluencers influencers) boolean
AnonymousTupleEntityValuedModelPart.isNotAffectedByInfluencers
(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.query.results.internal
Methods in org.hibernate.query.results.internal that return LoadQueryInfluencersMethods in org.hibernate.query.results.internal with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionResultSetMappingImpl.resolve
(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) Constructors in org.hibernate.query.results.internal with parameters of type LoadQueryInfluencersModifierConstructorDescriptionDomainResultCreationStateImpl
(String stateIdentifier, JdbcValuesMetadata jdbcResultsMetadata, Map<String, Map<Fetchable, LegacyFetchBuilder>> legacyFetchBuilders, Consumer<SqlSelection> sqlSelectionConsumer, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) -
Uses of LoadQueryInfluencers in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return LoadQueryInfluencersModifier and TypeMethodDescriptionQuerySqmImpl.getLoadQueryInfluencers()
SqmInterpretationsKey.CacheabilityInfluencers.getLoadQueryInfluencers()
SqmSelectionQueryImpl.getLoadQueryInfluencers()
-
Uses of LoadQueryInfluencers in org.hibernate.query.sqm.mutation.internal
Constructors in org.hibernate.query.sqm.mutation.internal with parameters of type LoadQueryInfluencersModifierConstructorDescriptionMultiTableSqmMutationConverter
(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 LoadQueryInfluencers in org.hibernate.query.sqm.mutation.internal.temptable
Constructors in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type LoadQueryInfluencersModifierConstructorDescriptionAbstractDeleteExecutionDelegate
(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 LoadQueryInfluencers in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return LoadQueryInfluencersModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.getLoadQueryInfluencers()
FakeSqmToSqlAstConverter.getLoadQueryInfluencers()
Methods in org.hibernate.query.sqm.sql with parameters of type LoadQueryInfluencersModifier 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 LoadQueryInfluencersModifierConstructorDescriptionBaseSqmToSqlAstConverter
(SqlAstCreationContext creationContext, SqmStatement<?> statement, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, boolean deduplicateSelectionItems) -
Uses of LoadQueryInfluencers in org.hibernate.query.sqm.sql.internal
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type LoadQueryInfluencersModifierConstructorDescriptionStandardSqmTranslator
(SqmStatement<?> statement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers fetchInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) -
Uses of LoadQueryInfluencers in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return LoadQueryInfluencers -
Uses of LoadQueryInfluencers in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return LoadQueryInfluencersModifier and TypeMethodDescriptionfinal LoadQueryInfluencers
BaseExecutionContext.getLoadQueryInfluencers()
-
Uses of LoadQueryInfluencers in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return LoadQueryInfluencers -
Uses of LoadQueryInfluencers in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionJdbcValuesMappingProducerStandard.resolve
(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) -
Uses of LoadQueryInfluencers in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionJdbcValuesMappingProducer.resolve
(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) Resolve the JdbcValuesMapping.
Loadable.isAffectedByEnabledFilters(LoadQueryInfluencers, boolean)
instead