Uses of Interface
org.hibernate.search.engine.mapper.mapping.building.spi.MappingPartialBuildState
Package
Description
-
Uses of MappingPartialBuildState in org.hibernate.search.engine.common.spi
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Mapper<MPBS extends MappingPartialBuildState>
interface
MappingInitiator<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. -
Uses of MappingPartialBuildState in org.hibernate.search.mapper.pojo.mapping.spi
Modifier and TypeClassDescriptionclass
AbstractPojoMappingInitiator<MPBS extends MappingPartialBuildState>