Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeNestingContext.UnfilteredFactory
Packages that use TreeNestingContext.UnfilteredFactory
Package
Description
-
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.UnfilteredFactoryModifier and TypeMethodDescription<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.UnfilteredFactoryModifier and TypeMethodDescription<T> TTreeNestingContext.nestUnfiltered(TreeNestingContext.UnfilteredFactory<T> factory) Nest an unfiltered node in this context.