Interface MappingKey<PBM,M>

Type Parameters:
PBM - The type of pre-built mappings (see SearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer)
M - The type of fully-built mappings
All Superinterfaces:
org.hibernate.search.util.common.reporting.EventContextElement

public interface MappingKey<PBM,M> extends org.hibernate.search.util.common.reporting.EventContextElement
Tagging interface for objects used as a key to retrieve mappings at different states: when finalizing the mapping in SearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer).
  • Method Summary

    Methods inherited from interface org.hibernate.search.util.common.reporting.EventContextElement

    render