Uses of Interface
org.hibernate.search.util.common.reporting.EventContextElement
-
Packages that use EventContextElement Package Description org.hibernate.search.util.common.reporting -
-
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 EventContextElement Modifier and Type Method Description List<EventContextElement>EventContext. elements()List<EventContextElement>EventContext. getElements()Deprecated.UseEventContext.elements()instead.Methods in org.hibernate.search.util.common.reporting with parameters of type EventContextElement Modifier and Type Method Description static EventContextEventContext. create(EventContextElement firstElement, EventContextElement... otherElements)
-