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. an@IndexedEmbedded. -
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 TypeMethodDescriptiondefault <T> BeanHolder<? extends ProjectionDefinition<T>> ProjectionBindingContext.createObjectDefinition(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter) <C,T> BeanHolder <? extends ProjectionDefinition<C>> ProjectionBindingContext.createObjectDefinition(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter, ProjectionCollector.Provider<T, C> collector) default <T> BeanHolder<? extends ProjectionDefinition<List<T>>> ProjectionBindingContext.createObjectDefinitionMulti(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter) Deprecated. -
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
ProjectionBindingContext.createObjectDefinition(String, Class, TreeFilterDefinition, ProjectionCollector.Provider)instead.