Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
-
-
Uses of BridgeSessionContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type BridgeSessionContext Modifier and Type Method Description Optional<HibernateOrmSessionContext>
HibernateOrmExtension. extendOptional(IdentifierBridgeFromDocumentIdentifierContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<HibernateOrmSessionContext>
HibernateOrmExtension. extendOptional(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<HibernateOrmSessionContext>
HibernateOrmExtension. extendOptional(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<HibernateOrmSessionContext>
HibernateOrmExtension. extendOptional(TypeBridgeWriteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<HibernateOrmSessionContext>
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 BridgeSessionContext Modifier and Type Method Description Optional<T>
IdentifierBridgeFromDocumentIdentifierContextExtension. extendOptional(IdentifierBridgeFromDocumentIdentifierContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<T>
PropertyBridgeWriteContextExtension. extendOptional(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<T>
RoutingBridgeRouteContextExtension. extendOptional(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<T>
TypeBridgeWriteContextExtension. extendOptional(TypeBridgeWriteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure.Optional<T>
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 BridgeSessionContext Modifier and Type Method Description Object
IdentifierMapping. 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 interface
PojoMassIndexingSessionContext
-
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 interface
PojoIndexingProcessorSessionContext
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 Modifier and Type Interface Description interface
PojoScopeSessionContext
-
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 class
AbstractPojoSearchSession
-
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 interface
PojoWorkSessionContext
Session-scoped information and operations for use in POJO work execution.
-