Uses of Class
org.hibernate.search.engine.common.tree.TreeFilterDefinition
-
-
Uses of TreeFilterDefinition in org.hibernate.search.engine.common.tree
Methods in org.hibernate.search.engine.common.tree that return TreeFilterDefinition Modifier and Type Method Description static TreeFilterDefinitionTreeFilterDefinition. includeAll() -
Uses of TreeFilterDefinition in org.hibernate.search.engine.common.tree.impl
-
Uses of TreeFilterDefinition in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeFilterDefinition Modifier and Type Method Description <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 Constructor Description TreeFilterPathTracker(TreeFilterDefinition definition) -
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 TreeFilterDefinition Modifier and Type Method Description Optional<IndexedEmbeddedBindingContext>IndexBindingContext. addIndexedEmbeddedIfIncluded(MappingElement mappingElement, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filter, boolean multiValued)TreeFilterPathTrackerIndexedEntityBindingMapperContext. 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.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type TreeFilterDefinition Modifier and Type Method Description TreeFilterPathTrackerPojoMappingHelper. getOrCreatePathTracker(MappingElement mappingElement, TreeFilterDefinition filterDefinition) -
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 TreeFilterDefinition Modifier and Type Method Description voidPojoIndexMappingCollectorValueNode. 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 TreeFilterDefinition Modifier and Type Method Description <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 Modifier and Type Method Description ObjectProjectionBinderObjectProjectionBinder. filter(TreeFilterDefinition filter) -
Uses of TreeFilterDefinition in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.impl with parameters of type TreeFilterDefinition Modifier and Type Method Description <T> BeanHolder<? extends ProjectionDefinition<T>>ProjectionBindingContextImpl. createObjectDefinition(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter)<T> BeanHolder<? extends ProjectionDefinition<List<T>>>ProjectionBindingContextImpl. createObjectDefinitionMulti(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter)
-