Interface RefreshContext


public interface RefreshContext
A RefreshEvent represents a refresh operation applied to a single entity. A RefreshContext is propagated across all cascaded refresh operations, and keeps track of all the entities we've already visited.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    add(Object entity)
     
     
    default boolean
     
  • Method Details

    • add

      boolean add(Object entity)
    • isEmpty

      default boolean isEmpty()
    • create

      static RefreshContext create()