Class AbstractPojoSearchSession
java.lang.Object
org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
- All Implemented Interfaces:
BackendSessionContext
,PojoImplicitReindexingResolverSessionContext
,BridgeSessionContext
,PojoIndexingProcessorSessionContext
,PojoScopeSessionContext
,PojoWorkSessionContext
public abstract class AbstractPojoSearchSession
extends Object
implements PojoWorkSessionContext, PojoScopeSessionContext
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractPojoSearchSession
(PojoSearchSessionMappingContext mappingContext) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
tenantIdentifier
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
tenantIdentifier
Methods inherited from interface org.hibernate.search.mapper.pojo.automaticindexing.spi.PojoImplicitReindexingResolverSessionContext
runtimeIntrospector
Methods inherited from interface org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorSessionContext
runtimeIntrospector
Methods inherited from interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
configuredIndexingPlanFilter, defaultLoadingContext
-
Constructor Details
-
AbstractPojoSearchSession
-
-
Method Details
-
mappingContext
- Specified by:
mappingContext
in interfaceBackendSessionContext
- Specified by:
mappingContext
in interfaceBridgeSessionContext
- Specified by:
mappingContext
in interfacePojoScopeSessionContext
- Specified by:
mappingContext
in interfacePojoWorkSessionContext
-
identifierBridgeFromDocumentIdentifierContext
public final IdentifierBridgeFromDocumentIdentifierContext identifierBridgeFromDocumentIdentifierContext()- Specified by:
identifierBridgeFromDocumentIdentifierContext
in interfaceBridgeSessionContext
-
routingBridgeRouteContext
- Specified by:
routingBridgeRouteContext
in interfaceBridgeSessionContext
-
typeBridgeWriteContext
- Specified by:
typeBridgeWriteContext
in interfaceBridgeSessionContext
-
propertyBridgeWriteContext
- Specified by:
propertyBridgeWriteContext
in interfaceBridgeSessionContext
-
valueBridgeFromIndexedValueContext
- Specified by:
valueBridgeFromIndexedValueContext
in interfaceBridgeSessionContext
-
createIndexer
-