Uses of Class
org.hibernate.search.engine.common.tree.TreeFilterDefinition
Packages that use TreeFilterDefinition
Package
Description
-
Uses of TreeFilterDefinition in org.hibernate.search.engine.common.tree
Methods in org.hibernate.search.engine.common.tree that return TreeFilterDefinition -
Uses of TreeFilterDefinition in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeFilterDefinitionModifier and TypeMethodDescription<T> Optional<T>TreeNestingContext.nestComposed(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement, String, SearchException> cyclicRecursionExceptionFactory) Creates a nested context within this context, composing the given filter within this context's filter.Constructors in org.hibernate.search.engine.common.tree.spi with parameters of type TreeFilterDefinition -
Uses of TreeFilterDefinition in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type TreeFilterDefinitionModifier and TypeMethodDescriptionIndexBindingContext.addIndexedEmbeddedIfIncluded(MappingElement mappingElement, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filter, boolean multiValued) IndexedEntityBindingMapperContext.getOrCreatePathTracker(MappingElement mappingElement, TreeFilterDefinition filterDefinition) Get the shared path-tracker for a given mapping element involving aTreeFilterDefinition, e.g. -
Uses of TreeFilterDefinition in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type TreeFilterDefinitionModifier and TypeMethodDescriptionvoidPojoIndexMappingCollectorValueNode.indexedEmbedded(PojoRawTypeIdentifier<?> definingType, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filterDefinition, boolean includeEmbeddedObjectId, Class<?> targetType) -
Uses of TreeFilterDefinition in org.hibernate.search.mapper.pojo.search.definition.binding
Methods in org.hibernate.search.mapper.pojo.search.definition.binding with parameters of type TreeFilterDefinitionModifier and TypeMethodDescription<T> BeanHolder<? extends ProjectionDefinition<T>>ProjectionBindingContext.createObjectDefinition(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter) <T> BeanHolder<? extends ProjectionDefinition<List<T>>>ProjectionBindingContext.createObjectDefinitionMulti(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter) -
Uses of TreeFilterDefinition in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.builtin with parameters of type TreeFilterDefinition