Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeContributionListener
-
-
Uses of TreeContributionListener in org.hibernate.search.engine.common.tree.impl
Constructors in org.hibernate.search.engine.common.tree.impl with parameters of type TreeContributionListener Constructor Description NotifyingTreeNestingContext(TreeNestingContext delegate, TreeContributionListener listener) -
Uses of TreeContributionListener in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeContributionListener Modifier and Type Method Description static TreeNestingContextTreeNestingContext. notifying(TreeNestingContext delegate, TreeContributionListener listener) -
Uses of TreeContributionListener in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type TreeContributionListener Modifier and Type Method Description IndexSchemaElementIndexBindingContext. schemaElement(TreeContributionListener listener)
-