Uses of Interface
org.hibernate.search.engine.common.tree.spi.TreeNestingContext
-
-
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 TreeNestingContext Constructor Description IndexSchemaElementImpl(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 TreeNestingContext Modifier and Type Class Description classConfiguredTreeNestingContextclassExcludeAllTreeNestingContextclassNotifyingTreeNestingContextConstructors in org.hibernate.search.engine.common.tree.impl with parameters of type TreeNestingContext Constructor Description NotifyingTreeNestingContext(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 TreeNestingContext Modifier and Type Method Description static 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 TreeNestingContext Modifier and Type Method Description TTreeNestingContext.NestedContextBuilder. build(TreeNestingContext nestingContext)TTreeNestingContext.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 TreeNestingContext Constructor Description ProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor, ProjectionBindingContextImpl<?> parentBindingContext, TreeNestingContext nestingContext)
-