Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
-
-
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type BridgeSessionContext Modifier and Type Method Description Optional<T>IdentifierBridgeFromDocumentIdentifierContextExtension. extendOptional(IdentifierBridgeFromDocumentIdentifierContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure.Optional<T>PropertyBridgeWriteContextExtension. extendOptional(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure.Optional<T>RoutingBridgeRouteContextExtension. extendOptional(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure.Optional<T>TypeBridgeWriteContextExtension. extendOptional(TypeBridgeWriteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure.Optional<T>ValueBridgeFromIndexedValueContextExtension. extendOptional(ValueBridgeFromIndexedValueContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.identity.spi
Methods in org.hibernate.search.mapper.pojo.identity.spi with parameters of type BridgeSessionContext Modifier and Type Method Description ObjectIdentifierMapping. fromDocumentIdentifier(String documentId, BridgeSessionContext sessionContext) -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi Modifier and Type Interface Description interfacePojoMassIndexingSessionContext -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.processing.spi
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.pojo.processing.spi Modifier and Type Interface Description interfacePojoIndexingProcessorSessionContextSession-scoped information and operations for use in POJO indexing processors. -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.scope.spi
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.pojo.scope.spi Modifier and Type Interface Description interfacePojoScopeSessionContext -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement BridgeSessionContext Modifier and Type Class Description classAbstractPojoSearchSession -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.pojo.work.spi Modifier and Type Interface Description interfacePojoWorkSessionContextSession-scoped information and operations for use in POJO work execution.
-