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
ConstructorsModifierConstructorDescriptionprotectedAbstractPojoSearchSession(PojoSearchSessionMappingContext mappingContext) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
tenantIdentifierMethods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
tenantIdentifierMethods inherited from interface org.hibernate.search.mapper.pojo.automaticindexing.spi.PojoImplicitReindexingResolverSessionContext
runtimeIntrospectorMethods inherited from interface org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorSessionContext
runtimeIntrospectorMethods inherited from interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
defaultLoadingContext
-
Constructor Details
-
AbstractPojoSearchSession
-
-
Method Details
-
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
- Specified by:
routingBridgeRouteContextin interfaceBridgeSessionContext
-
typeBridgeWriteContext
- Specified by:
typeBridgeWriteContextin interfaceBridgeSessionContext
-
propertyBridgeWriteContext
- Specified by:
propertyBridgeWriteContextin interfaceBridgeSessionContext
-
valueBridgeFromIndexedValueContext
- Specified by:
valueBridgeFromIndexedValueContextin interfaceBridgeSessionContext
-
createIndexer
-