| Package | Description |
|---|---|
| org.hibernate.search.engine.logging.spi | |
| org.hibernate.search.engine.mapper.mapping.spi | |
| org.hibernate.search.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleEventContextElement<T>
An abstract base for simple event context elements based on a single parameter
passed to a rendering function.
|
| Modifier and Type | Method and Description |
|---|---|
ContextualFailureCollector |
FailureCollector.withContext(EventContextElement contextElement) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MappingKey<M>
Tagging interface for objects used as a key to retrieve mappings in
SearchIntegration.getMapping(MappingKey). |
| Modifier and Type | Method and Description |
|---|---|
List<EventContextElement> |
EventContext.getElements() |
| Modifier and Type | Method and Description |
|---|---|
static EventContext |
EventContext.create(EventContextElement firstElement,
EventContextElement... otherElements) |
static EventContext |
EventContext.create(EventContextElement firstElement,
EventContextElement... otherElements) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.