Uses of Class
org.hibernate.search.util.common.reporting.EventContext
-
Packages that use EventContext Package Description org.hibernate.search.util.common org.hibernate.search.util.common.reporting org.hibernate.search.util.common.reporting.spi -
-
Uses of EventContext in org.hibernate.search.util.common
Methods in org.hibernate.search.util.common that return EventContext Modifier and Type Method Description EventContextSearchException. context()Constructors in org.hibernate.search.util.common with parameters of type EventContext Constructor Description SearchException(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 EventContext Modifier and Type Method Description EventContextEventContext. append(EventContext 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 EventContext Modifier and Type Method Description EventContextEventContext. 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 Modifier and Type Method Description EventContextEventContextProvider. eventContext()
-