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
Constructors Modifier Constructor Description protected
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
defaultLoadingContext
-
-
-
-
Constructor Detail
-
AbstractPojoSearchSession
protected AbstractPojoSearchSession(PojoSearchSessionMappingContext mappingContext)
-
-
Method Detail
-
mappingContext
public PojoSearchSessionMappingContext 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
public RoutingBridgeRouteContext routingBridgeRouteContext()
- Specified by:
routingBridgeRouteContext
in interfaceBridgeSessionContext
-
typeBridgeWriteContext
public final TypeBridgeWriteContext typeBridgeWriteContext()
- Specified by:
typeBridgeWriteContext
in interfaceBridgeSessionContext
-
propertyBridgeWriteContext
public final PropertyBridgeWriteContext propertyBridgeWriteContext()
- Specified by:
propertyBridgeWriteContext
in interfaceBridgeSessionContext
-
valueBridgeFromIndexedValueContext
public final ValueBridgeFromIndexedValueContext valueBridgeFromIndexedValueContext()
- Specified by:
valueBridgeFromIndexedValueContext
in interfaceBridgeSessionContext
-
createIndexer
protected PojoIndexer createIndexer()
-
-