Interface PojoScopeMappingContext
-
- All Superinterfaces:
BackendMappingContext,BridgeMappingContext,PojoMassIndexingMappingContext,PojoWorkMappingContext
- All Known Subinterfaces:
HibernateOrmSearchSessionMappingContext,PojoSearchSessionMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor,HibernateOrmMapping
public interface PojoScopeMappingContext extends PojoWorkMappingContext, PojoMassIndexingMappingContext
Mapping-scoped information and operations for use in POJO scopes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoEntityReferenceFactoryDelegateentityReferenceFactoryDelegate()-
Methods inherited from interface org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
entityReferenceFactory, hints, mappedTypeContext, projectionRegistry, toDocumentValueConvertContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, failureHandler, threadPoolProvider
-
-
-
-
Method Detail
-
entityReferenceFactoryDelegate
PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate()
- Specified by:
entityReferenceFactoryDelegatein interfacePojoMassIndexingMappingContext- Specified by:
entityReferenceFactoryDelegatein interfacePojoWorkMappingContext- Returns:
- A
PojoEntityReferenceFactoryDelegate.
-
-