Uses of Interface
org.hibernate.search.engine.backend.session.spi.BackendSessionContext
-
-
Uses of BackendSessionContext in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type BackendSessionContext Modifier and Type Method Description IndexIndexerIndexManagerImplementor. createIndexer(BackendSessionContext sessionContext)IndexIndexingPlanIndexManagerImplementor. 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 BackendSessionContext Modifier and Type Method Description static DetachedBackendSessionContextDetachedBackendSessionContext. of(BackendSessionContext sessionContext) -
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 BackendSessionContext Modifier and Type Method Description Optional<T>FromDocumentFieldValueConvertContextExtension. extendOptional(FromDocumentFieldValueConvertContext original, BackendSessionContext sessionContext)Deprecated.Attempt to extend a given context, returning an emptyOptionalin case of failure.default Optional<T>FromDocumentFieldValueConvertContextExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Deprecated.Optional<T>FromDocumentValueConvertContextExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin 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 BackendSessionContext Constructor Description FromDocumentValueConvertContextImpl(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 BackendSessionContext Modifier and Type Method Description IndexIndexerMappedIndexManager. createIndexer(BackendSessionContext sessionContext)IndexIndexingPlanMappedIndexManager. 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 BackendSessionContext Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>MappedIndexScope. search(BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,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 BackendSessionContext Modifier and Type Method Description Optional<T>SearchQueryDslExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)Attempt to extend a given DSL step, returning an emptyOptionalin 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 BackendSessionContext Modifier and Type Method Description protected abstract BackendSessionContextAbstractSearchQuerySelectStep. 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 BackendSessionContext Modifier and Type Method Description <P> SearchQueryBuilder<P>SearchQueryBuilderFactory. select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?,?> loadingContextBuilder, SearchProjection<P> projection)<P> SearchQueryBuilder<P>SearchQueryIndexScope. select(BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?,?> loadingContextBuilder, SearchProjection<P> projection)
-