Uses of Interface
org.hibernate.search.util.common.spi.ToStringTreeAppendable
Packages that use ToStringTreeAppendable
Package
Description
-
Uses of ToStringTreeAppendable in org.hibernate.search.engine.search.projection.definition.spi
Classes in org.hibernate.search.engine.search.projection.definition.spi that implement ToStringTreeAppendableModifier and TypeClassDescriptionclassfinal classclassstatic final classstatic final classclassstatic final classstatic final classclassstatic final classstatic final class -
Uses of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.automaticindexing.impl
Subinterfaces of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.automaticindexing.implModifier and TypeInterfaceDescriptioninterfaceAn object responsible for resolving the set of entities that should be reindexed when a given entity changes.Classes in org.hibernate.search.mapper.pojo.automaticindexing.impl that implement ToStringTreeAppendableModifier and TypeClassDescriptionfinal classInformation about associations involved in reindexing.classAPojoImplicitReindexingAssociationInverseSideResolverNodemarking as "to reindex" object passed as an input.classA resolver of the inverse side of an association based on an "association state".classAPojoImplicitReindexingResolverNodeworking at the type level, but applying a cast before anything else.classAPojoImplicitReindexingResolverNodedealing with a specific container type, extracting values from the container then applying nested resolvers to the values.classAPojoImplicitReindexingResolverNodeapplying a filter to decide whether to apply a delegate.classclassAPojoImplicitReindexingResolverNodemarking as "to reindex" any dirty object passed as an input.classAPojoImplicitReindexingResolverNoderesponsible for applying multiple resolvers.classAn node within aPojoImplicitReindexingResolver.classAPojoImplicitReindexingResolverNodeworking at the type level, without casting.classAPojoImplicitReindexingResolverNodedealing with a specific property of a specific type, getting the value from that property then applying nested resolvers to that value. -
Uses of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement ToStringTreeAppendableModifier and TypeClassDescriptionclassclassclass -
Uses of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.processing.impl
Classes in org.hibernate.search.mapper.pojo.processing.impl that implement ToStringTreeAppendableModifier and TypeClassDescriptionclassA POJO processor responsible for transferring data from the POJO to a document to index.classA node inside aPojoIndexingProcessorresponsible for casting the value to a given type, then applying processor property nodes as well asTypeBridges to the value.classA node inside aPojoIndexingProcessorresponsible for extracting elements from a container and applying nested processor nodes to the elements.classA node inside aPojoIndexingProcessorresponsible for applying multiple processors.classA node inside aPojoIndexingProcessorresponsible for applying processor nodes (PojoIndexingProcessorTypeBridgeNode,PojoIndexingProcessorPropertyNode, etc.).classA node inside aPojoIndexingProcessorresponsible for applying aPropertyBridge.classA node inside aPojoIndexingProcessorresponsible for extracting the value of a property, and applying nested processor nodes (PojoIndexingProcessorPropertyBridgeNode,PojoIndexingProcessorValueBridgeNode, etc.).classA node inside aPojoIndexingProcessorresponsible for applying aTypeBridge.classA node inside aPojoIndexingProcessorresponsible for applying aValueBridgeto a value. -
Uses of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.search.definition.impl
Classes in org.hibernate.search.mapper.pojo.search.definition.impl that implement ToStringTreeAppendable