Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeNestingContext.NestedContextBuilder
-
Packages that use TreeNestingContext.NestedContextBuilder Package Description org.hibernate.search.engine.common.tree.impl org.hibernate.search.engine.common.tree.spi -
-
Uses of TreeNestingContext.NestedContextBuilder in org.hibernate.search.engine.common.tree.impl
-
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.NestedContextBuilder 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.
-