Uses of Interface
org.hibernate.search.util.common.spi.ToStringTreeAppendable
-
-
Uses of ToStringTreeAppendable in org.hibernate.search.engine.search.projection.definition.spi
Classes in org.hibernate.search.engine.search.projection.definition.spi that implement ToStringTreeAppendable Modifier and Type Class Description classAbstractProjectionDefinition<P>classConstantProjectionDefinition<T>classFieldProjectionDefinition<P,F>static classFieldProjectionDefinition.MultiValued<F>static classFieldProjectionDefinition.SingleValued<F>classObjectProjectionDefinition<P,T>static classObjectProjectionDefinition.MultiValued<T>static classObjectProjectionDefinition.SingleValued<T> -
Uses of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.automaticindexing.impl
Subinterfaces of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.automaticindexing.impl Modifier and Type Interface Description interfacePojoImplicitReindexingResolver<T>An 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 ToStringTreeAppendable Modifier and Type Class Description classPojoImplicitReindexingAssociationInverseSideResolverInformation about associations involved in reindexing.classPojoImplicitReindexingAssociationInverseSideResolverMarkingNodeAPojoImplicitReindexingAssociationInverseSideResolverNodemarking as "to reindex" object passed as an input.classPojoImplicitReindexingAssociationInverseSideResolverNode<T>A resolver of the inverse side of an association based on an "association state".classPojoImplicitReindexingResolverCastedTypeNode<T,U>APojoImplicitReindexingResolverNodeworking at the type level, but applying a cast before anything else.classPojoImplicitReindexingResolverContainerElementNode<C,V>APojoImplicitReindexingResolverNodedealing with a specific container type, extracting values from the container then applying nested resolvers to the values.classPojoImplicitReindexingResolverDirtinessFilterNode<T>APojoImplicitReindexingResolverNodeapplying a filter to decide whether to apply a delegate.classPojoImplicitReindexingResolverImpl<T>classPojoImplicitReindexingResolverMarkingNode<T>APojoImplicitReindexingResolverNodemarking as "to reindex" any dirty object passed as an input.classPojoImplicitReindexingResolverMultiNode<T>APojoImplicitReindexingResolverNoderesponsible for applying multiple resolvers.classPojoImplicitReindexingResolverNode<T>An node within aPojoImplicitReindexingResolver.classPojoImplicitReindexingResolverOriginalTypeNode<T>APojoImplicitReindexingResolverNodeworking at the type level, without casting.classPojoImplicitReindexingResolverPropertyNode<T,P>APojoImplicitReindexingResolverNodedealing 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 ToStringTreeAppendable Modifier and Type Class Description classAbstractPojoTypeManager<I,E>classPojoContainedTypeManager<I,E>classPojoIndexedTypeManager<I,E> -
Uses of ToStringTreeAppendable in org.hibernate.search.mapper.pojo.processing.impl
Classes in org.hibernate.search.mapper.pojo.processing.impl that implement ToStringTreeAppendable Modifier and Type Class Description classPojoIndexingProcessor<T>A POJO processor responsible for transferring data from the POJO to a document to index.classPojoIndexingProcessorCastedTypeNode<T,U>A node inside aPojoIndexingProcessorresponsible for casting the value to a given type, then applying processor property nodes as well asTypeBridges to the value.classPojoIndexingProcessorContainerElementNode<C,V>A node inside aPojoIndexingProcessorresponsible for extracting elements from a container and applying nested processor nodes to the elements.classPojoIndexingProcessorMultiNode<T>A node inside aPojoIndexingProcessorresponsible for applying multiple processors.classPojoIndexingProcessorOriginalTypeNode<T>A node inside aPojoIndexingProcessorresponsible for applying processor nodes (PojoIndexingProcessorTypeBridgeNode,PojoIndexingProcessorPropertyNode, etc.).classPojoIndexingProcessorPropertyBridgeNode<P>A node inside aPojoIndexingProcessorresponsible for applying aPropertyBridge.classPojoIndexingProcessorPropertyNode<T,P>A node inside aPojoIndexingProcessorresponsible for extracting the value of a property, and applying nested processor nodes (PojoIndexingProcessorPropertyBridgeNode,PojoIndexingProcessorValueBridgeNode, etc.).classPojoIndexingProcessorTypeBridgeNode<T>A node inside aPojoIndexingProcessorresponsible for applying aTypeBridge.classPojoIndexingProcessorValueBridgeNode<V,F>A 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 Modifier and Type Class Description classPojoConstructorProjectionDefinition<T>
-