Interface EventContextElement
-
- All Known Subinterfaces:
MappingKey<PBM,M>
public interface EventContextElement
An atomic element of context when an event occurs: a mapped type, or an index, or a field path, ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
render()
-
-
-
Method Detail
-
render
String render()
- Returns:
- A human-readable representation of this context. The representation should use brief, natural language to refer to objects rather than class names, e.g. "index 'myIndexName'" rather than "ElasticsearchIndexManager{name = 'myIndexName'}". The representation may change without prior notice in new versions of Hibernate Search: callers should not try to parse it.
-
-