Uses of Interface
org.hibernate.search.engine.mapper.mapping.building.spi.MappingPartialBuildState
-
Packages that use MappingPartialBuildState Package Description org.hibernate.search.engine.common.spi org.hibernate.search.engine.mapper.mapping.building.spi -
-
Uses of MappingPartialBuildState in org.hibernate.search.engine.common.spi
Methods in org.hibernate.search.engine.common.spi with type parameters of type MappingPartialBuildState Modifier and Type Method Description <PBM extends MappingPartialBuildState>
SearchIntegrationBuilderSearchIntegrationBuilder. addMappingInitiator(MappingKey<PBM,?> mappingKey, MappingInitiator<?,PBM> initiator) -
Uses of MappingPartialBuildState in org.hibernate.search.engine.mapper.mapping.building.spi
Classes in org.hibernate.search.engine.mapper.mapping.building.spi with type parameters of type MappingPartialBuildState Modifier and Type Interface Description interfaceMapper<MPBS extends MappingPartialBuildState>interfaceMappingInitiator<C,MPBS extends MappingPartialBuildState>An object responsible for initiating a mapping by contributing its basic configuration (indexed types, type metadata), then creating the mapper based on the configuration processed by the engine.
-