Uses of Class
org.hibernate.search.util.common.reporting.EventContext
Packages that use EventContext
Package
Description
-
Uses of EventContext in org.hibernate.search.util.common
Methods in org.hibernate.search.util.common that return EventContextConstructors in org.hibernate.search.util.common with parameters of type EventContextModifierConstructorDescriptionSearchException(String message, Throwable cause, EventContext context) SearchException(String message, EventContext context) SearchException(Throwable cause, EventContext context) -
Uses of EventContext in org.hibernate.search.util.common.reporting
Methods in org.hibernate.search.util.common.reporting that return EventContextModifier and TypeMethodDescriptionEventContext.append(EventContext other) EventContext.append(EventContextElement other) static EventContextEventContext.concat(EventContext first, EventContext... others) static EventContextEventContext.create(EventContextElement firstElement, EventContextElement... otherElements) Methods in org.hibernate.search.util.common.reporting with parameters of type EventContextModifier and TypeMethodDescriptionEventContext.append(EventContext other) static EventContextEventContext.concat(EventContext first, EventContext... others) -
Uses of EventContext in org.hibernate.search.util.common.reporting.spi
Methods in org.hibernate.search.util.common.reporting.spi that return EventContext