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 protectedAbstractPojoSearchSession(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:
mappingContextin interfaceBackendSessionContext- Specified by:
mappingContextin interfaceBridgeSessionContext- Specified by:
mappingContextin interfacePojoScopeSessionContext- Specified by:
mappingContextin interfacePojoWorkSessionContext
-
identifierBridgeFromDocumentIdentifierContext
public final IdentifierBridgeFromDocumentIdentifierContext identifierBridgeFromDocumentIdentifierContext()
- Specified by:
identifierBridgeFromDocumentIdentifierContextin interfaceBridgeSessionContext
-
routingBridgeRouteContext
public RoutingBridgeRouteContext routingBridgeRouteContext()
- Specified by:
routingBridgeRouteContextin interfaceBridgeSessionContext
-
typeBridgeWriteContext
public final TypeBridgeWriteContext typeBridgeWriteContext()
- Specified by:
typeBridgeWriteContextin interfaceBridgeSessionContext
-
propertyBridgeWriteContext
public final PropertyBridgeWriteContext propertyBridgeWriteContext()
- Specified by:
propertyBridgeWriteContextin interfaceBridgeSessionContext
-
valueBridgeFromIndexedValueContext
public final ValueBridgeFromIndexedValueContext valueBridgeFromIndexedValueContext()
- Specified by:
valueBridgeFromIndexedValueContextin interfaceBridgeSessionContext
-
createIndexer
protected PojoIndexer createIndexer()
-
-