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 Detail

      • add

        boolean add​(Object entity)
      • isEmpty

        default boolean isEmpty()