Class PojoImplicitReindexingResolverNode<T>

    • Constructor Detail

      • PojoImplicitReindexingResolverNode

        public PojoImplicitReindexingResolverNode()
    • Method Detail

      • resolveEntitiesToReindex

        public abstract void resolveEntitiesToReindex​(PojoReindexingCollector collector,
                                                      T dirty,
                                                      PojoImplicitReindexingResolverRootContext context)
        Add all entities that should be reindexed to collector, taking into account the given "dirtiness state".
        Parameters:
        collector - A collector for entities that should be reindexed.
        dirty - A value that is dirty to some extent.
        context - A context representing the root entity, and including in particular information about dirty paths. Resolvers should always pass this context as-is when delegating to other resolvers.