Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeNestingContext.NestedContextBuilder
Packages that use TreeNestingContext.NestedContextBuilder
-
Uses of TreeNestingContext.NestedContextBuilder in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeNestingContext.NestedContextBuilderModifier and TypeMethodDescription<T> Optional<T> TreeNestingContext.nestComposed(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement, String, org.hibernate.search.util.common.SearchException> cyclicRecursionExceptionFactory) Creates a nested context within this context, composing the given filter within this context's filter.