Uses of Interface
org.hibernate.search.util.common.reporting.EventContextElement
Packages that use EventContextElement
Package
Description
-
Uses of EventContextElement in org.hibernate.search.engine.mapper.mapping.building.spi
Subinterfaces of EventContextElement in org.hibernate.search.engine.mapper.mapping.building.spiModifier and TypeInterfaceDescriptioninterfaceMappingKey<PBM,M> Tagging interface for objects used as a key to retrieve mappings at different states: when finalizing the mapping inSearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer). -
Uses of EventContextElement in org.hibernate.search.engine.reporting.spi
Methods in org.hibernate.search.engine.reporting.spi with parameters of type EventContextElementModifier and TypeMethodDescriptionFailureCollector.withContext(EventContextElement contextElement) RootFailureCollector.withContext(EventContextElement contextElement) -
Uses of EventContextElement in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement EventContextElement -
Uses of EventContextElement in org.hibernate.search.util.common.reporting
Methods in org.hibernate.search.util.common.reporting that return types with arguments of type EventContextElementMethods in org.hibernate.search.util.common.reporting with parameters of type EventContextElementModifier and TypeMethodDescriptionEventContext.append(EventContextElement other) static EventContextEventContext.create(EventContextElement firstElement, EventContextElement... otherElements) -
Uses of EventContextElement in org.hibernate.search.util.common.reporting.impl
Classes in org.hibernate.search.util.common.reporting.impl that implement EventContextElementModifier and TypeClassDescriptionclassAn abstract base for simple event context elements based on a single parameter passed to a rendering function. -
Uses of EventContextElement in org.infinispan.search.mapper.mapping.impl
Classes in org.infinispan.search.mapper.mapping.impl that implement EventContextElement