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 emptyOptionalin case of failure.Optional<HibernateOrmSessionContext>HibernateOrmExtension. extendOptional(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure.Optional<HibernateOrmSessionContext>HibernateOrmExtension. extendOptional(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure.Optional<HibernateOrmSessionContext>HibernateOrmExtension. extendOptional(TypeBridgeWriteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure.Optional<HibernateOrmSessionContext>HibernateOrmExtension. 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.orm.massindexing.impl
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.orm.massindexing.impl Modifier and Type Interface Description interfaceHibernateOrmMassIndexingSessionContext -
Uses of BridgeSessionContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of BridgeSessionContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeSessionContext -
Uses of BridgeSessionContext in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement BridgeSessionContext Modifier and Type Class Description classHibernateOrmSearchSessionThe actual implementation ofSearchSession. -
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.bridge.runtime.impl
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.impl with parameters of type BridgeSessionContext Modifier and Type Method Description DocumentRouteDescriptorDocumentRouter. currentRoute(Object entityIdentifier, Supplier<? extends E> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context)DocumentRouteDescriptorNoOpDocumentRouter. currentRoute(Object entityIdentifier, Supplier<?> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context)DocumentRouteDescriptorRoutingBridgeDocumentRouter. currentRoute(Object entityIdentifier, Supplier<? extends E> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context)DocumentRoutesDescriptorDocumentRouter. routes(Object entityIdentifier, Supplier<? extends E> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context)DocumentRoutesDescriptorNoOpDocumentRouter. routes(Object entityIdentifier, Supplier<?> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context)DocumentRoutesDescriptorRoutingBridgeDocumentRouter. routes(Object entityIdentifier, Supplier<? extends E> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context)Constructors in org.hibernate.search.mapper.pojo.bridge.runtime.impl with parameters of type BridgeSessionContext Constructor Description SessionBasedBridgeOperationContext(BridgeSessionContext sessionContext) -
Uses of BridgeSessionContext in org.hibernate.search.mapper.pojo.identity.impl
Methods in org.hibernate.search.mapper.pojo.identity.impl with parameters of type BridgeSessionContext Modifier and Type Method Description IIdentifierMappingImplementor. fromDocumentIdentifier(String documentId, BridgeSessionContext sessionContext)IPropertyIdentifierMapping. fromDocumentIdentifier(String documentId, BridgeSessionContext context)ObjectProvidedIdentifierMapping. fromDocumentIdentifier(String documentId, BridgeSessionContext context)ObjectUnconfiguredIdentifierMapping. fromDocumentIdentifier(String documentId, BridgeSessionContext sessionContext)IUnmappedPropertyIdentifierMapping. fromDocumentIdentifier(String documentId, BridgeSessionContext sessionContext) -
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.search.loading.impl
Constructors in org.hibernate.search.mapper.pojo.search.loading.impl with parameters of type BridgeSessionContext Constructor Description PojoProjectionHitMapper(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoLoadingPlan<E> loadingPlan)PojoSearchLoadingContext(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContext delegate)PojoSearchLoadingContextBuilder(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> delegate) -
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.
-