Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeNestingContext
Packages that use TreeNestingContext
Package
Description
-
Uses of TreeNestingContext in org.hibernate.search.engine.backend.document.model.dsl.impl
Constructors in org.hibernate.search.engine.backend.document.model.dsl.impl with parameters of type TreeNestingContextModifierConstructorDescriptionIndexSchemaElementImpl(IndexFieldTypeFactory typeFactory, B objectNodeBuilder, TreeNestingContext nestingContext, boolean directChildrenAreMultiValuedByDefault) -
Uses of TreeNestingContext in org.hibernate.search.engine.common.tree.impl
Classes in org.hibernate.search.engine.common.tree.impl that implement TreeNestingContextModifier and TypeClassDescriptionfinal classfinal classfinal classConstructors in org.hibernate.search.engine.common.tree.impl with parameters of type TreeNestingContextModifierConstructorDescriptionNotifyingTreeNestingContext(TreeNestingContext delegate, TreeContributionListener listener) -
Uses of TreeNestingContext in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi that return TreeNestingContextModifier and TypeMethodDescriptionstatic TreeNestingContextTreeNestingContext.excludeAll()static TreeNestingContextTreeNestingContext.notifying(TreeNestingContext delegate, TreeContributionListener listener) static TreeNestingContextTreeNestingContext.root()Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeNestingContextModifier and TypeMethodDescriptionTreeNestingContext.NestedContextBuilder.build(TreeNestingContext nestingContext) TreeNestingContext.CompositeFactory.create(String prefixedRelativeName, TreeNodeInclusion inclusion, TreeNestingContext nestedNestingContext) static TreeNestingContextTreeNestingContext.notifying(TreeNestingContext delegate, TreeContributionListener listener) -
Uses of TreeNestingContext in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Constructors in org.hibernate.search.mapper.pojo.search.definition.binding.impl with parameters of type TreeNestingContextModifierConstructorDescriptionProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor, ProjectionBindingContextImpl<?> parentBindingContext, TreeNestingContext nestingContext)