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