Uses of Interface
org.hibernate.search.engine.backend.session.spi.BackendSessionContext
Package
Description
-
Uses of BackendSessionContext in org.hibernate.search.backend.elasticsearch
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionIndexManagerImplementor.createIndexer
(BackendSessionContext sessionContext) IndexManagerImplementor.createIndexingPlan
(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.session.spi
Modifier and TypeMethodDescriptionDetachedBackendSessionContext.of
(BackendSessionContext sessionContext) Deprecated. -
Uses of BackendSessionContext in org.hibernate.search.engine.backend.types.converter.runtime
Modifier 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
ModifierConstructorDescriptionFromDocumentValueConvertContextImpl
(BackendSessionContext sessionContext) -
Uses of BackendSessionContext in org.hibernate.search.engine.mapper.mapping.spi
Modifier and TypeMethodDescriptionMappedIndexManager.createIndexer
(BackendSessionContext sessionContext) MappedIndexManager.createIndexingPlan
(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of BackendSessionContext in org.hibernate.search.engine.mapper.scope.spi
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected abstract BackendSessionContext
AbstractSearchQuerySelectStep.sessionContext()
-
Uses of BackendSessionContext in org.hibernate.search.engine.search.query.spi
Modifier and TypeMethodDescription<P> SearchQueryBuilder<P>
SearchQueryIndexScope.select
(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, SearchProjection<P> projection) -
Uses of BackendSessionContext in org.hibernate.search.mapper.orm
Modifier 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
-
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi
-
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.session.spi
-
Uses of BackendSessionContext in org.hibernate.search.mapper.pojo.work.spi
Modifier and TypeInterfaceDescriptioninterface
Session-scoped information and operations for use in POJO work execution.
FromDocumentValueConverter
andFromDocumentValueConvertContext
instead.