Uses of Interface
org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
Packages that use BackendMappingContext
Package
Description
-
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type BackendMappingContextModifier and TypeMethodDescriptionIndexManagerBackendContext.createSearchContext(BackendMappingContext mappingContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.scope.impl
Constructors in org.hibernate.search.backend.elasticsearch.scope.impl with parameters of type BackendMappingContextModifierConstructorDescriptionElasticsearchIndexScope(BackendMappingContext mappingContext, SearchBackendContext backendContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.scope.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.scope.model.impl with parameters of type BackendMappingContextModifierConstructorDescriptionElasticsearchSearchIndexScopeImpl(BackendMappingContext mappingContext, SearchBackendContext backendContext, com.google.gson.Gson userFacingGson, ElasticsearchSearchSyntax searchSyntax, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type BackendMappingContextModifier and TypeMethodDescriptionSearchBackendContext.createSearchContext(BackendMappingContext mappingContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl with parameters of type BackendMappingContextModifier and TypeMethodDescriptionLuceneIndexManagerImpl.createScopeBuilder(BackendMappingContext mappingContext) IndexManagerBackendContext.createSearchContext(BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) LuceneIndexManagerImpl.createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.scope.impl
Constructors in org.hibernate.search.backend.lucene.scope.impl with parameters of type BackendMappingContextModifierConstructorDescriptionLuceneIndexScopeImpl(SearchBackendContext backendContext, BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.scope.model.impl
Constructors in org.hibernate.search.backend.lucene.scope.model.impl with parameters of type BackendMappingContextModifierConstructorDescriptionLuceneSearchIndexScopeImpl(BackendMappingContext mappingContext, SearchBackendContext backendContext, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of BackendMappingContext in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type BackendMappingContextModifier and TypeMethodDescriptionSearchBackendContext.createSearchContext(BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type BackendMappingContextModifier and TypeMethodDescriptionIndexManagerImplementor.createScopeBuilder(BackendMappingContext mappingContext) IndexManagerImplementor.createWorkspace(BackendMappingContext mappingContext, Set<String> tenantId) -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.scope.spi
Fields in org.hibernate.search.engine.backend.scope.spi declared as BackendMappingContextModifier and TypeFieldDescriptionprotected final BackendMappingContextAbstractSearchIndexScope.mappingContextMethods in org.hibernate.search.engine.backend.scope.spi that return BackendMappingContextConstructors in org.hibernate.search.engine.backend.scope.spi with parameters of type BackendMappingContextModifierConstructorDescriptionAbstractSearchIndexScope(BackendMappingContext mappingContext, Set<? extends M> indexModels) -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.session.spi
Methods in org.hibernate.search.engine.backend.session.spi that return BackendMappingContext -
Uses of BackendMappingContext in org.hibernate.search.engine.backend.types.converter.runtime
Methods in org.hibernate.search.engine.backend.types.converter.runtime with parameters of type BackendMappingContextModifier and TypeMethodDescriptionToDocumentFieldValueConvertContextExtension.extendOptional(ToDocumentFieldValueConvertContext original, BackendMappingContext mappingContext) Deprecated.Attempt to extend a given context, returning an emptyOptionalin case of failure.ToDocumentFieldValueConvertContextExtension.extendOptional(ToDocumentValueConvertContext original, BackendMappingContext mappingContext) Deprecated.ToDocumentValueConvertContextExtension.extendOptional(ToDocumentValueConvertContext original, BackendMappingContext mappingContext) Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of BackendMappingContext 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 BackendMappingContextModifierConstructorDescriptionToDocumentValueConvertContextImpl(BackendMappingContext mappingContext) -
Uses of BackendMappingContext in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl with parameters of type BackendMappingContextModifier and TypeMethodDescription<R,E> MappedIndexScopeBuilder<R, E> MappedIndexManagerImpl.createScopeBuilder(BackendMappingContext mappingContext) MappedIndexManagerImpl.createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type BackendMappingContextModifier and TypeMethodDescription<R,E> MappedIndexScopeBuilder<R, E> MappedIndexManager.createScopeBuilder(BackendMappingContext mappingContext) MappedIndexManager.createWorkspace(BackendMappingContext mappingContext, Set<String> tenantId) -
Uses of BackendMappingContext in org.hibernate.search.engine.mapper.scope.impl
Constructors in org.hibernate.search.engine.mapper.scope.impl with parameters of type BackendMappingContextModifierConstructorDescriptionMappedIndexScopeBuilderImpl(IndexManagerImplementor firstIndexManager, BackendMappingContext mappingContext) -
Uses of BackendMappingContext in org.hibernate.search.engine.search.common.spi
Methods in org.hibernate.search.engine.search.common.spi that return BackendMappingContext -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type BackendMappingContextModifier and TypeMethodDescriptionHibernateOrmExtension.extendOptional(ToDocumentFieldValueConvertContext original, BackendMappingContext mappingContext) Deprecated.HibernateOrmExtension.extendOptional(ToDocumentValueConvertContext original, BackendMappingContext mappingContext) Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement BackendMappingContext -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.massindexing.impl
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.orm.massindexing.impl -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.orm.scope.impl -
Uses of BackendMappingContext in org.hibernate.search.mapper.orm.session.impl
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.orm.session.impl -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type BackendMappingContextModifier and TypeMethodDescription<R,E2> MappedIndexScopeBuilder<R, E2> PojoIndexedTypeManager.createScopeBuilder(BackendMappingContext mappingContext) PojoIndexedTypeManager.createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.mapping.spi
Classes in org.hibernate.search.mapper.pojo.mapping.spi that implement BackendMappingContext -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.massindexing.spiModifier and TypeInterfaceDescriptioninterfaceContextual information about a search mapping. -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type BackendMappingContextModifier and TypeMethodDescription<R,E2> MappedIndexScopeBuilder<R, E2> PojoScopeIndexedTypeContext.createScopeBuilder(BackendMappingContext mappingContext) -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.scope.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.scope.spiModifier and TypeInterfaceDescriptioninterfaceMapping-scoped information and operations for use in POJO scopes. -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.session.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.session.spiModifier and TypeInterfaceDescriptioninterfaceMapping-scoped information and operations for use in POJO search sessions. -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type BackendMappingContextModifier and TypeMethodDescriptionPojoWorkIndexedTypeContext.createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of BackendMappingContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of BackendMappingContext in org.hibernate.search.mapper.pojo.work.spiModifier and TypeInterfaceDescriptioninterfaceMapping-scoped information and operations for use in POJO work execution. -
Uses of BackendMappingContext in org.infinispan.search.mapper.mapping.impl
Classes in org.infinispan.search.mapper.mapping.impl that implement BackendMappingContext -
Uses of BackendMappingContext in org.infinispan.search.mapper.scope.impl
Constructors in org.infinispan.search.mapper.scope.impl with parameters of type BackendMappingContextModifierConstructorDescriptionSearchScopeImpl(BackendMappingContext mappingContext, PojoScopeDelegate<EntityReference, E, PojoRawTypeIdentifier<? extends E>> delegate, EntityLoaderFactory<E> entityLoader) -
Uses of BackendMappingContext in org.infinispan.search.mapper.session.impl
Subinterfaces of BackendMappingContext in org.infinispan.search.mapper.session.impl
ToDocumentFieldValueConverterandToDocumentFieldValueConvertContextinstead.