Uses of Interface
org.hibernate.search.engine.backend.session.spi.BackendSessionContext
Packages that use BackendSessionContext
Package
Description
-
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type BackendSessionContextModifier and TypeMethodDescriptionElasticsearchExtension.extendOptional
(SearchQuerySelectStep<?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of BackendSessionContext in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type BackendSessionContextModifier and TypeMethodDescriptionLuceneExtension.extendOptional
(SearchQuerySelectStep<?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type BackendSessionContextModifier and TypeMethodDescriptionIndexManagerImplementor.createIndexer
(BackendSessionContext sessionContext) IndexManagerImplementor.createIndexingPlan
(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.session.spi
Methods in org.hibernate.search.engine.backend.session.spi with parameters of type BackendSessionContextModifier and TypeMethodDescriptionDetachedBackendSessionContext.of
(BackendSessionContext sessionContext) Deprecated. -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.types.converter.runtime
Methods in org.hibernate.search.engine.backend.types.converter.runtime with parameters of type BackendSessionContextModifier and TypeMethodDescriptionFromDocumentFieldValueConvertContextExtension.extendOptional
(FromDocumentFieldValueConvertContext original, BackendSessionContext sessionContext) Deprecated.Attempt to extend a given context, returning an emptyOptional
in case of failure.FromDocumentFieldValueConvertContextExtension.extendOptional
(FromDocumentValueConvertContext original, BackendSessionContext sessionContext) Deprecated.FromDocumentValueConvertContextExtension.extendOptional
(FromDocumentValueConvertContext original, BackendSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.types.converter.runtime.spi
Constructors in org.hibernate.search.engine.backend.types.converter.runtime.spi with parameters of type BackendSessionContextModifierConstructorDescriptionFromDocumentValueConvertContextImpl
(BackendSessionContext sessionContext) -
Uses of BackendSessionContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type BackendSessionContextModifier and TypeMethodDescriptionMappedIndexManager.createIndexer
(BackendSessionContext sessionContext) MappedIndexManager.createIndexingPlan
(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi with parameters of type BackendSessionContextModifier and TypeMethodDescription<LOS> SearchQuerySelectStep<?,
R, E, LOS, SearchProjectionFactory<R, E>, ?> MappedIndexScope.search
(BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) -
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type BackendSessionContextModifier and TypeMethodDescriptionSearchQueryDslExtension.extendOptional
(SearchQuerySelectStep<?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.dsl.spi
Methods in org.hibernate.search.engine.search.query.dsl.spi that return BackendSessionContextModifier and TypeMethodDescriptionprotected abstract BackendSessionContext
AbstractSearchQuerySelectStep.sessionContext()
-
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi with parameters of type BackendSessionContextModifier and TypeMethodDescription<P> SearchQueryBuilder<P>
SearchQueryIndexScope.select
(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, SearchProjection<P> projection) -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type BackendSessionContextModifier and TypeMethodDescriptionHibernateOrmExtension.extendOptional
(FromDocumentFieldValueConvertContext original, BackendSessionContext sessionContext) Deprecated.HibernateOrmExtension.extendOptional
(FromDocumentValueConvertContext original, BackendSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement BackendSessionContext -
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of BackendSessionContext in org.hibernate.search.mapper.pojo.work.spiModifier and TypeInterfaceDescriptioninterface
Session-scoped information and operations for use in POJO work execution.
FromDocumentValueConverter
andFromDocumentValueConvertContext
instead.