Uses of Interface
org.hibernate.search.engine.mapper.mapping.building.spi.MappingKey
-
Packages that use MappingKey Package Description org.hibernate.search.engine.common.spi -
-
Uses of MappingKey in org.hibernate.search.engine.common.spi
Methods in org.hibernate.search.engine.common.spi with parameters of type MappingKey Modifier and Type Method Description <PBM extends MappingPartialBuildState>
SearchIntegrationBuilderSearchIntegrationBuilder. addMappingInitiator(MappingKey<PBM,?> mappingKey, MappingInitiator<?,PBM> initiator)<PBM,M>
MSearchIntegrationFinalizer. finalizeMapping(MappingKey<PBM,M> mappingKey, MappingFinalizer<PBM,M> finalizer)Finalize the building of a mapping.
-