Uses of Interface
org.hibernate.search.util.common.reporting.spi.EventContextProvider
Packages that use EventContextProvider
Package
Description
-
Uses of EventContextProvider in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.backend.document.model.spiModifier and TypeInterfaceDescriptioninterfaceIndexCompositeNode<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, F extends IndexField<SC, ?>> interfaceIndexField<SC extends SearchIndexScope<?>,C extends IndexCompositeNode<SC, ?, ?>> interfaceIndexNode<SC extends SearchIndexScope<?>>interfaceIndexObjectField<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> interfaceIndexValueField<SC extends SearchIndexScope<?>,NT extends AbstractIndexValueFieldType<SC, ?, ?>, C extends IndexCompositeNode<SC, ?, ?>> Classes in org.hibernate.search.engine.backend.document.model.spi that implement EventContextProviderModifier and TypeClassDescriptionclassAbstractIndexField<S extends AbstractIndexField<S,SC, ?, C>, SC extends SearchIndexScope<?>, NT extends AbstractIndexNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, ?, ?>> classAbstractIndexModel<S extends AbstractIndexModel<?,R, F>, R extends IndexCompositeNode<?, ?, ?>, F extends IndexField<?, ?>> classAbstractIndexNode<S extends AbstractIndexNode<S,SC, ?>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>> classAbstractIndexObjectField<S extends AbstractIndexObjectField<S,SC, NT, C, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> classAbstractIndexRoot<S extends AbstractIndexRoot<S,SC, NT, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, F extends IndexField<SC, ?>> classAbstractIndexValueField<S extends AbstractIndexValueField<S,SC, FT, C, F>, SC extends SearchIndexScope<?>, FT extends AbstractIndexValueFieldType<SC, ? super S, F>, C extends IndexCompositeNode<SC, ?, ?>, F> final class -
Uses of EventContextProvider in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement EventContextProviderModifier and TypeClassDescriptionclassAbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,M extends AbstractIndexModel<?, ? extends C, ? extends N>, N extends SearchIndexNodeContext<? super S>, C extends SearchIndexCompositeNodeContext<? super S>> -
Uses of EventContextProvider in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type EventContextProviderModifier and TypeMethodDescription<T> ProjectionConverter<F,? extends T> ProjectionConverter.withConvertedType(Class<T> expectedType, EventContextProvider eventContextProvider) Check whether projected values can be assigned to the given type, and returns the projection converter with an appropriate type.<T> DslConverter<? super T,F> DslConverter.withInputType(Class<T> inputTypeCandidate, EventContextProvider eventContextProvider) Check whether DSL arguments values can have the given type, and returns the DSL converter with an appropriate type. -
Uses of EventContextProvider in org.hibernate.search.engine.mapper.model.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.mapper.model.spiModifier and TypeInterfaceDescriptioninterfaceA unique representation of an element in the mapping. -
Uses of EventContextProvider in org.hibernate.search.engine.reporting.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.reporting.spiModifier and TypeInterfaceDescriptioninterfaceA failure collector with an implicit context. -
Uses of EventContextProvider in org.hibernate.search.engine.search.aggregation.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.aggregation.spiModifier and TypeInterfaceDescriptioninterfaceSearchAggregationIndexScope<S extends SearchAggregationIndexScope<?>> -
Uses of EventContextProvider in org.hibernate.search.engine.search.common.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.common.spiModifier and TypeInterfaceDescriptioninterfaceSearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>Information about a composite index element targeted by search; either the index root or an object field.interfaceInformation about an identifier targeted by search.interfaceSearchIndexNodeContext<SC extends SearchIndexScope<?>>Information about an index node targeted by search, be it the index root, a value field or an object field.interfaceSearchIndexScope<S extends SearchIndexScope<?>>Information about indexes targeted by search, be it in a projection, a predicate, a sort, ...interfaceSearchIndexValueFieldContext<SC extends SearchIndexScope<?>>Information about a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...Classes in org.hibernate.search.engine.search.common.spi that implement EventContextProviderModifier and TypeClassDescriptionclassAbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> classAbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, S>> classAbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>, F> class -
Uses of EventContextProvider in org.hibernate.search.engine.search.predicate.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.predicate.spiModifier and TypeInterfaceDescriptioninterfaceSearchPredicateIndexScope<S extends SearchPredicateIndexScope<?>> -
Uses of EventContextProvider in org.hibernate.search.engine.search.projection.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.projection.spiModifier and TypeInterfaceDescriptioninterfaceSearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>> -
Uses of EventContextProvider in org.hibernate.search.engine.search.query.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.query.spiModifier and TypeInterfaceDescriptioninterfaceSearchQueryIndexScope<S extends SearchQueryIndexScope<?>> -
Uses of EventContextProvider in org.hibernate.search.engine.search.sort.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.sort.spiModifier and TypeInterfaceDescriptioninterfaceSearchSortIndexScope<S extends SearchSortIndexScope<?>>