Uses of Interface
org.hibernate.search.util.common.reporting.spi.EventContextProvider
-
-
Uses of EventContextProvider in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.backend.document.model.spi Modifier and Type Interface Description interface
IndexCompositeNode<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC,?>,F extends IndexField<SC,?>>
interface
IndexField<SC extends SearchIndexScope<?>,C extends IndexCompositeNode<SC,?,?>>
interface
IndexNode<SC extends SearchIndexScope<?>>
interface
IndexObjectField<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC,?>,C extends IndexCompositeNode<SC,NT,F>,F extends IndexField<SC,?>>
interface
IndexValueField<SC extends SearchIndexScope<?>,NT extends AbstractIndexValueFieldType<SC,?,?>,C extends IndexCompositeNode<SC,?,?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement EventContextProvider Modifier and Type Class Description class
AbstractSearchIndexScope<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 EventContextProvider Modifier and Type Method Description <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.search.aggregation.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.aggregation.spi Modifier and Type Interface Description interface
SearchAggregationIndexScope<S extends SearchAggregationIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.common.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.common.spi Modifier and Type Interface Description interface
SearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>
Information about a composite index element targeted by search; either the index root or an object field.interface
SearchIndexIdentifierContext
Information about an identifier targeted by search.interface
SearchIndexNodeContext<SC extends SearchIndexScope<?>>
Information about an index node targeted by search, be it the index root, a value field or an object field.interface
SearchIndexScope<S extends SearchIndexScope<?>>
Information about indexes targeted by search, be it in a projection, a predicate, a sort, ...interface
SearchIndexValueFieldContext<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 EventContextProvider Modifier and Type Class Description class
AbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,SC extends SearchIndexScope<?>,NT extends SearchIndexCompositeNodeTypeContext<SC,S>,F extends SearchIndexNodeContext<SC>>
class
AbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>,NT extends SearchIndexNodeTypeContext<SC,S>>
class
AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>,FT extends SearchIndexValueFieldTypeContext<SC,S,F>,F>
class
MultiIndexSearchIndexIdentifierContext
-
Uses of EventContextProvider in org.hibernate.search.engine.search.predicate.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.predicate.spi Modifier and Type Interface Description interface
SearchPredicateIndexScope<S extends SearchPredicateIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.projection.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.projection.spi Modifier and Type Interface Description interface
SearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.query.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.query.spi Modifier and Type Interface Description interface
SearchQueryIndexScope<S extends SearchQueryIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.sort.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.sort.spi Modifier and Type Interface Description interface
SearchSortIndexScope<S extends SearchSortIndexScope<?>>
-