Uses of Interface
org.hibernate.search.engine.mapper.mapping.building.spi.MappingPartialBuildState
Packages that use MappingPartialBuildState
Package
Description
-
Uses of MappingPartialBuildState in org.hibernate.search.engine.common.spi
Methods in org.hibernate.search.engine.common.spi with type parameters of type MappingPartialBuildStateModifier and TypeMethodDescription<PBM extends MappingPartialBuildState>
SearchIntegration.BuilderSearchIntegration.Builder.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 MappingPartialBuildStateModifier and TypeInterfaceDescriptioninterfaceMapper<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.