Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeNestingContext.UnfilteredFactory
-
Packages that use TreeNestingContext.UnfilteredFactory Package Description org.hibernate.search.engine.common.tree.impl org.hibernate.search.engine.common.tree.spi -
-
Uses of TreeNestingContext.UnfilteredFactory in org.hibernate.search.engine.common.tree.impl
Methods in org.hibernate.search.engine.common.tree.impl with parameters of type TreeNestingContext.UnfilteredFactory Modifier and Type Method Description <T> TConfiguredTreeNestingContext. nestUnfiltered(TreeNestingContext.UnfilteredFactory<T> factory)<T> TExcludeAllTreeNestingContext. nestUnfiltered(TreeNestingContext.UnfilteredFactory<T> factory)<T> TNotifyingTreeNestingContext. nestUnfiltered(TreeNestingContext.UnfilteredFactory<T> factory) -
Uses of TreeNestingContext.UnfilteredFactory in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeNestingContext.UnfilteredFactory Modifier and Type Method Description <T> TTreeNestingContext. nestUnfiltered(TreeNestingContext.UnfilteredFactory<T> factory)Nest an unfiltered node in this context.
-