Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
Packages that use BridgeSessionContext
Package
Description
-
Uses of BridgeSessionContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type BridgeSessionContextModifier and TypeMethodDescriptionHibernateOrmExtension.extendOptional
(IdentifierBridgeFromDocumentIdentifierContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.HibernateOrmExtension.extendOptional
(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.HibernateOrmExtension.extendOptional
(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.HibernateOrmExtension.extendOptional
(TypeBridgeWriteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.HibernateOrmExtension.extendOptional
(ValueBridgeFromIndexedValueContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type BridgeSessionContextModifier and TypeMethodDescriptionIdentifierBridgeFromDocumentIdentifierContextExtension.extendOptional
(IdentifierBridgeFromDocumentIdentifierContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.PropertyBridgeWriteContextExtension.extendOptional
(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.RoutingBridgeRouteContextExtension.extendOptional
(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.TypeBridgeWriteContextExtension.extendOptional
(TypeBridgeWriteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure.ValueBridgeFromIndexedValueContextExtension.extendOptional
(ValueBridgeFromIndexedValueContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in 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 BridgeSessionContextModifier and TypeMethodDescriptionIdentifierMapping.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 -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.processing.spi
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.pojo.processing.spiModifier and TypeInterfaceDescriptioninterface
Session-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 -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement BridgeSessionContext -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.pojo.work.spiModifier and TypeInterfaceDescriptioninterface
Session-scoped information and operations for use in POJO work execution.