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)<R> IndexIndexingPlan<R>IndexManagerImplementor. createIndexingPlan(BackendSessionContext sessionContext, EntityReferenceFactory<R> entityReferenceFactory, 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)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 FromDocumentFieldValueConvertContextImpl(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)<R> IndexIndexingPlan<R>MappedIndexManager. createIndexingPlan(BackendSessionContext sessionContext, EntityReferenceFactory<R> entityReferenceFactory, 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, LoadingContextBuilder<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, IndexScope<?> indexScope, BackendSessionContext sessionContext, LoadingContextBuilder<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 SearchQueryBuilder<List<?>,C>SearchQueryBuilderFactory. select(BackendSessionContext sessionContext, LoadingContextBuilder<?,?,?> loadingContextBuilder, SearchProjection<?>... projections)<P> SearchQueryBuilder<P,C>SearchQueryBuilderFactory. select(BackendSessionContext sessionContext, LoadingContextBuilder<?,?,?> loadingContextBuilder, SearchProjection<P> projection)<E> SearchQueryBuilder<E,C>SearchQueryBuilderFactory. selectEntity(BackendSessionContext sessionContext, LoadingContextBuilder<?,E,?> loadingContextBuilder)<R> SearchQueryBuilder<R,C>SearchQueryBuilderFactory. selectEntityReference(BackendSessionContext sessionContext, LoadingContextBuilder<R,?,?> loadingContextBuilder)
-