Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeNestingContext.LeafFactory
-
Packages that use TreeNestingContext.LeafFactory Package Description org.hibernate.search.engine.common.tree.impl org.hibernate.search.engine.common.tree.spi -
-
Uses of TreeNestingContext.LeafFactory in org.hibernate.search.engine.common.tree.impl
Methods in org.hibernate.search.engine.common.tree.impl with parameters of type TreeNestingContext.LeafFactory Modifier and Type Method Description <T> TConfiguredTreeNestingContext. nest(String relativeName, TreeNestingContext.LeafFactory<T> factory)<T> TExcludeAllTreeNestingContext. nest(String relativeName, TreeNestingContext.LeafFactory<T> factory)<T> TNotifyingTreeNestingContext. nest(String relativeName, TreeNestingContext.LeafFactory<T> factory) -
Uses of TreeNestingContext.LeafFactory in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeNestingContext.LeafFactory Modifier and Type Method Description <T> TTreeNestingContext. nest(String relativeName, TreeNestingContext.LeafFactory<T> factory)Nest a leaf node in this context.
-