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 TypeInterfaceDescriptioninterface
MappingKey<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.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 TypeMethodDescriptionstatic EventContext
EventContext.create
(EventContextElement firstElement, EventContextElement... otherElements)