Package org.hibernate.event.spi
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 TypeMethodDescriptionboolean
static RefreshContext
create()
default boolean
isEmpty()
-
Method Details
-
add
-
isEmpty
default boolean isEmpty() -
create
-