Uses of Interface
org.hibernate.search.util.common.reporting.EventContextElement
-
-
Uses of EventContextElement in org.hibernate.search.engine.mapper.mapping.building.spi
Subinterfaces of EventContextElement in org.hibernate.search.engine.mapper.mapping.building.spi Modifier and Type Interface Description interfaceMappingKey<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 EventContextElement Modifier and Type Method Description ContextualFailureCollectorFailureCollector. withContext(EventContextElement contextElement)ContextualFailureCollectorRootFailureCollector. 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 Modifier and Type Class Description classHibernateOrmMappingKey -
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()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) -
Uses of EventContextElement in org.hibernate.search.util.common.reporting.impl
Classes in org.hibernate.search.util.common.reporting.impl that implement EventContextElement Modifier and Type Class Description classAbstractSimpleEventContextElement<T>An abstract base for simple event context elements based on a single parameter passed to a rendering function.
-