Interface InfinispanSearchSessionMappingContext
- All Superinterfaces:
BackendMappingContext,BridgeMappingContext,PojoMassIndexingMappingContext,PojoScopeMappingContext,PojoSearchSessionMappingContext,PojoWorkMappingContext
- All Known Implementing Classes:
InfinispanMapping
-
Method Summary
Modifier and TypeMethodDescription<E> SearchScope<E>createScope(Class<E> expectedSuperType, Collection<String> entityNames) <E> SearchScopeImpl<E>createScope(Collection<? extends Class<? extends E>> classes) Methods inherited from interface org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
entityReferenceFactory, hints, mappedTypeContext, projectionRegistry, toDocumentValueConvertContextMethods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContextMethods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, failureHandler, threadPoolProviderMethods inherited from interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
entityReferenceFactoryDelegate, typeIdentifierResolverMethods inherited from interface org.hibernate.search.mapper.pojo.session.spi.PojoSearchSessionMappingContext
createIndexer, createIndexingPlan, createIndexingPlan, createIndexingQueueEventProcessingPlan
-
Method Details
-
createScope
-
createScope
-