Interface MappingKey<PBM,M>
-
- Type Parameters:
PBM
- The type of pre-built mappings (seeSearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer)
M
- The type of fully-built mappings
- All Superinterfaces:
EventContextElement
public interface MappingKey<PBM,M> extends EventContextElement
Tagging interface for objects used as a key to retrieve mappings at different states: when finalizing the mapping inSearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer)
.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.util.common.reporting.EventContextElement
render
-
-