Uses of Interface
org.hibernate.search.engine.mapper.model.spi.MappingElement
-
-
Uses of MappingElement in org.hibernate.search.engine.common.tree.impl
Method parameters in org.hibernate.search.engine.common.tree.impl with type arguments of type MappingElement Modifier and Type Method Description TreeFilterTreeFilter. compose(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, BiFunction<MappingElement,String,SearchException> cyclicRecursionExceptionFactory)<T> Optional<T>ConfiguredTreeNestingContext. nestComposed(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement,String,SearchException> cyclicRecursionExceptionFactory)<T> Optional<T>ExcludeAllTreeNestingContext. nestComposed(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement,String,SearchException> cyclicRecursionExceptionFactory)<T> Optional<T>NotifyingTreeNestingContext. nestComposed(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement,String,SearchException> cyclicRecursionExceptionFactory) -
Uses of MappingElement in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type MappingElement Modifier and Type Method Description <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 MappingElement Modifier and Type Method Description <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.logging.impl
Methods in org.hibernate.search.engine.logging.impl with parameters of type MappingElement Modifier and Type Method Description SearchExceptionLog_$logger. indexedEmbeddedCyclicRecursion(MappingElement indexedEmbedded, EventContext indexedEmbeddedLocation, String cyclicRecursionPath)SearchExceptionLog. indexedEmbeddedCyclicRecursion(MappingElement indexedEmbedded, EventContext indexedEmbeddedLocation, String cyclicRecursionPath) -
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 MappingElement Modifier and Type Method Description Optional<IndexedEmbeddedBindingContext>IndexBindingContext. addIndexedEmbeddedIfIncluded(MappingElement mappingElement, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filter, boolean multiValued)TreeFilterPathTrackerIndexedEntityBindingMapperContext. getOrCreatePathTracker(MappingElement mappingElement, TreeFilterDefinition filterDefinition)Get the shared path-tracker for a given mapping element involving aTreeFilterDefinition, e.g. -
Uses of MappingElement in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type MappingElement Modifier and Type Method Description SearchExceptionLog_$logger. objectProjectionCyclicRecursion(MappingElement objectProjection, EventContext objectProjectionLocation, String cyclicRecursionIndexFieldPath)SearchExceptionLog. objectProjectionCyclicRecursion(MappingElement objectProjection, EventContext objectProjectionLocation, String cyclicRecursionIndexFieldPath)SearchExceptionLog_$logger. uselessExcludePathFilters(MappingElement mappingElement, Set<String> nonMatchingExcludePaths, Set<String> encounteredFieldPaths, EventContext eventContext)SearchExceptionLog. uselessExcludePathFilters(MappingElement mappingElement, Set<String> nonMatchingExcludePaths, Set<String> encounteredFieldPaths, EventContext eventContext)SearchExceptionLog_$logger. uselessIncludePathFilters(MappingElement mappingElement, Set<String> nonMatchingIncludePaths, Set<String> encounteredFieldPaths, EventContext eventContext)SearchExceptionLog. uselessIncludePathFilters(MappingElement mappingElement, Set<String> nonMatchingIncludePaths, Set<String> encounteredFieldPaths, EventContext eventContext) -
Uses of MappingElement in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type MappingElement Modifier and Type Method Description TreeFilterPathTrackerPojoMappingHelper. getOrCreatePathTracker(MappingElement mappingElement, TreeFilterDefinition filterDefinition) -
Uses of MappingElement in org.hibernate.search.mapper.pojo.processing.building.impl
Classes in org.hibernate.search.mapper.pojo.processing.building.impl that implement MappingElement Modifier and Type Class Description classPojoIndexedEmbeddedMappingElement
-