Uses of Class
org.hibernate.engine.spi.LoadQueryInfluencers
-
Packages that use LoadQueryInfluencers Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.loader.ast.spi org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.jdbc.spi -
-
Uses of LoadQueryInfluencers in org.hibernate.dialect
Constructors in org.hibernate.dialect with parameters of type LoadQueryInfluencers Constructor Description SybaseSqmToSqlAstConverter(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
Fields in org.hibernate.engine.spi declared as LoadQueryInfluencers Modifier and Type Field Description static LoadQueryInfluencersLoadQueryInfluencers. NONEStatic reference useful for cases where we are creating load SQL outside the context of any influencers.Methods in org.hibernate.engine.spi that return LoadQueryInfluencers Modifier and Type Method Description LoadQueryInfluencersSessionDelegatorBaseImpl. getLoadQueryInfluencers()LoadQueryInfluencersSharedSessionContractImplementor. getLoadQueryInfluencers()Get theLoadQueryInfluencersassociated with this session.LoadQueryInfluencersSharedSessionDelegatorBaseImpl. getLoadQueryInfluencers() -
Uses of LoadQueryInfluencers in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi with parameters of type LoadQueryInfluencers Modifier and Type Method Description CollectionBatchLoaderBatchLoaderFactory. createCollectionBatchLoader(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor factory)Create a BatchLoader for batch-loadable collections.booleanLoadable. isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers)Whether any of the getEnabledFetchProfileNames() apply to this loadablebooleanLoadable. isAffectedByEnabledFilters(LoadQueryInfluencers influencers)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)default booleanLoadable. isNotAffectedByInfluencers(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type LoadQueryInfluencers Modifier and Type Method Description default booleanEntityMappingType. isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers)default booleanEntityMappingType. isAffectedByEnabledFilters(LoadQueryInfluencers influencers)default booleanEntityMappingType. isAffectedByEntityGraph(LoadQueryInfluencers influencers) -
Uses of LoadQueryInfluencers in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type LoadQueryInfluencers Modifier and Type Method Description protected CollectionLoaderAbstractCollectionPersister. createCollectionLoader(LoadQueryInfluencers loadQueryInfluencers)booleanAbstractCollectionPersister. isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers)default booleanCollectionPersister. isAffectedByEnabledFetchProfiles(LoadQueryInfluencers influencers)booleanAbstractCollectionPersister. isAffectedByEnabledFilters(LoadQueryInfluencers influencers)default booleanCollectionPersister. isAffectedByEnabledFilters(LoadQueryInfluencers influencers)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 LoadQueryInfluencers Modifier and Type Method Description booleanAbstractEntityPersister. isAffectedByEnabledFetchProfiles(LoadQueryInfluencers loadQueryInfluencers)booleanAbstractEntityPersister. isAffectedByEnabledFilters(LoadQueryInfluencers loadQueryInfluencers)booleanAbstractEntityPersister. isAffectedByEntityGraph(LoadQueryInfluencers loadQueryInfluencers) -
Uses of LoadQueryInfluencers in org.hibernate.query.results
Methods in org.hibernate.query.results that return LoadQueryInfluencers Modifier and Type Method Description LoadQueryInfluencersDomainResultCreationStateImpl. getLoadQueryInfluencers()Methods in org.hibernate.query.results with parameters of type LoadQueryInfluencers Modifier and Type Method Description JdbcValuesMappingResultSetMappingImpl. resolve(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory)Constructors in org.hibernate.query.results with parameters of type LoadQueryInfluencers Constructor Description DomainResultCreationStateImpl(String stateIdentifier, JdbcValuesMetadata jdbcResultsMetadata, Map<String,Map<String,DynamicFetchBuilderLegacy>> legacyFetchBuilders, Consumer<SqlSelection> sqlSelectionConsumer, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) -
Uses of LoadQueryInfluencers in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return LoadQueryInfluencers Modifier and Type Method Description LoadQueryInfluencersBaseSqmToSqlAstConverter. getLoadQueryInfluencers()LoadQueryInfluencersFakeSqmToSqlAstConverter. getLoadQueryInfluencers()Methods in org.hibernate.query.sqm.sql with parameters of type LoadQueryInfluencers Modifier and Type Method Description SqmTranslator<InsertStatement>SqmTranslatorFactory. createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<InsertStatement>StandardSqmTranslatorFactory. createInsertTranslator(SqmInsertStatement<?> sqmInsertStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<SelectStatement>SqmTranslatorFactory. createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems)SqmTranslator<SelectStatement>StandardSqmTranslatorFactory. createSelectTranslator(SqmSelectStatement<?> sqmSelectStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext, boolean deduplicateSelectionItems)SqmTranslator<DeleteStatement>SqmTranslatorFactory. createSimpleDeleteTranslator(SqmDeleteStatement<?> sqmDeleteStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<DeleteStatement>StandardSqmTranslatorFactory. createSimpleDeleteTranslator(SqmDeleteStatement<?> sqmDeleteStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<UpdateStatement>SqmTranslatorFactory. createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings queryParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<UpdateStatement>StandardSqmTranslatorFactory. createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)Constructors in org.hibernate.query.sqm.sql with parameters of type LoadQueryInfluencers Constructor Description BaseSqmToSqlAstConverter(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 Modifier and Type Method Description LoadQueryInfluencersSqlAstCreationState. getLoadQueryInfluencers() -
Uses of LoadQueryInfluencers in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return LoadQueryInfluencers Modifier and Type Method Description LoadQueryInfluencersExecutionContext. getLoadQueryInfluencers() -
Uses of LoadQueryInfluencers in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type LoadQueryInfluencers Modifier and Type Method Description JdbcValuesMappingJdbcValuesMappingProducer. resolve(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory)Resolve the JdbcValuesMapping.
-