Uses of Package
org.hibernate.search.engine.mapper.mapping.building.spi
Packages that use org.hibernate.search.engine.mapper.mapping.building.spi
Package
Description
-
-
Classes in org.hibernate.search.engine.mapper.mapping.building.spi used by org.hibernate.search.engine.common.spiClassDescriptionAn object responsible for finalizing a mapping.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.Tagging interface for objects used as a key to retrieve mappings at different states: when finalizing the mapping in
SearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer). -
Classes in org.hibernate.search.engine.mapper.mapping.building.spi used by org.hibernate.search.engine.mapper.mapping.building.spiClassDescriptionThe binding context associated to a specific node in the entity tree.The binding context associated to a specific non-root node in the entity tree.The binding context associated to the root node in the entity tree.A builder for
MappedIndexManagerinstances, which will be the interface between the mapping and the index when indexing and searching.A factory forMappedIndexManagerinstances, which will be the interface between the mapping and the index when indexing and searching.An exception thrown byMapper.prepareBuild()when detecting that failures werecollectedand deciding to abort early to avoid a snowball effect creating too many failures, which would make the failure report unclear.A build context for mappings.The context passed to the mapper during the very last step of bootstrap.