Uses of Class
org.hibernate.engine.spi.LoadQueryInfluencers
Packages that use LoadQueryInfluencers
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.This package defines some central internal SPI abstractions
used throughout the implementation of 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.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
SPI for execution of SQL statements via JDBC.
-
Uses of LoadQueryInfluencers in org.hibernate.dialect.sql.ast
Constructors in org.hibernate.dialect.sql.ast with parameters of type LoadQueryInfluencersModifierConstructorDescriptionSybaseSqmToSqlAstConverter(SqmStatement<?> statement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.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 theLoadQueryInfluencersassociated with this session.SharedSessionDelegatorBaseImpl.getLoadQueryInfluencers()Methods in org.hibernate.engine.spi with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionbooleanEntityKey.isBatchLoadable(LoadQueryInfluencers influencers) -
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.booleanLoadable.isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers) Whether any of the LoadQueryInfluencers.getEnabledFetchProfileNames() apply to this loadabledefault booleanLoadable.isAffectedByEnabledFilters(LoadQueryInfluencers influencers) Deprecated, for removal: This API element is subject to removal in a future version.booleanLoadable.isAffectedByEnabledFilters(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) Whether any of the "influencers" affect this loadable.booleanLoadable.isAffectedByEntityGraph(LoadQueryInfluencers influencers) Whether the effective entity-graph applies to this loadabledefault booleanLoadable.isAffectedByInfluencers(LoadQueryInfluencers influencers) Deprecated, for removal: This API element is subject to removal in a future version.default booleanLoadable.isAffectedByInfluencers(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) default booleanLoadable.isNotAffectedByInfluencers(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptiondefault booleanEntityMappingType.isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers) default booleanEntityMappingType.isAffectedByEnabledFilters(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) default booleanManagedMappingType.isAffectedByEnabledFilters(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKey) default booleanEntityMappingType.isAffectedByEntityGraph(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionprotected CollectionLoaderAbstractCollectionPersister.createSingleKeyCollectionLoader(LoadQueryInfluencers loadQueryInfluencers) For Hibernate ReactivebooleanAbstractCollectionPersister.isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers) default booleanCollectionPersister.isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers) booleanAbstractCollectionPersister.isAffectedByEnabledFilters(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) booleanAbstractCollectionPersister.isAffectedByEnabledFilters(LoadQueryInfluencers influencers) booleanAbstractCollectionPersister.isAffectedByEnabledFilters(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) default booleanCollectionPersister.isAffectedByEnabledFilters(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKey) default booleanCollectionPersister.isAffectedByEnabledFilters(LoadQueryInfluencers influencers) default booleanCollectionPersister.isAffectedByEnabledFilters(LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters) booleanAbstractCollectionPersister.isAffectedByEntityGraph(LoadQueryInfluencers influencers) default booleanCollectionPersister.isAffectedByEntityGraph(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type LoadQueryInfluencersModifier and TypeMethodDescriptionbooleanAbstractEntityPersister.isAffectedByEnabledFetchProfiles(LoadQueryInfluencers loadQueryInfluencers) booleanAbstractEntityPersister.isAffectedByEnabledFilters(LoadQueryInfluencers loadQueryInfluencers, boolean onlyApplyForLoadByKeyFilters) booleanAbstractEntityPersister.isAffectedByEntityGraph(LoadQueryInfluencers loadQueryInfluencers) -
Uses of LoadQueryInfluencers in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return LoadQueryInfluencers -
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, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslator<? extends MutationStatement> StandardSqmTranslatorFactory.createMutationTranslator(SqmDmlStatement<?> sqmDmlStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) SqmTranslatorFactory.createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems) StandardSqmTranslatorFactory.createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.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, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, 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.spi
Methods in org.hibernate.sql.exec.spi that return LoadQueryInfluencers -
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