Uses of Interface
org.hibernate.search.engine.mapper.model.spi.MappingElement
Packages that use MappingElement
Package
Description
-
Uses of MappingElement in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type MappingElementModifier and TypeMethodDescription<T> Optional<T>
TreeNestingContext.nestComposed
(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement, String, SearchException> cyclicRecursionExceptionFactory) Creates a nested context within this context, composing the given filter within this context's filter.Method parameters in org.hibernate.search.engine.common.tree.spi with type arguments of type MappingElementModifier and TypeMethodDescription<T> Optional<T>
TreeNestingContext.nestComposed
(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement, String, SearchException> cyclicRecursionExceptionFactory) Creates a nested context within this context, composing the given filter within this context's filter. -
Uses of MappingElement in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type MappingElementModifier and TypeMethodDescriptionIndexBindingContext.addIndexedEmbeddedIfIncluded
(MappingElement mappingElement, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filter, boolean multiValued) IndexedEntityBindingMapperContext.getOrCreatePathTracker
(MappingElement mappingElement, TreeFilterDefinition filterDefinition) Get the shared path-tracker for a given mapping element involving aTreeFilterDefinition
, e.g.