Uses of Interface
org.hibernate.event.spi.RefreshContext
-
Packages that use RefreshContext Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of RefreshContext in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type RefreshContext Modifier and Type Field Description static CascadingAction<RefreshContext>CascadingActions. REFRESHMethods in org.hibernate.engine.spi with parameters of type RefreshContext Modifier and Type Method Description voidSessionDelegatorBaseImpl. refresh(String entityName, Object object, RefreshContext refreshedAlready)voidSessionImplementor. refresh(String entityName, Object object, RefreshContext refreshedAlready)Deprecated.OperationalContext should cover this overload I believe -
Uses of RefreshContext in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return RefreshContext Modifier and Type Method Description static RefreshContextRefreshContext. create()Methods in org.hibernate.event.spi with parameters of type RefreshContext Modifier and Type Method Description voidRefreshEventListener. onRefresh(RefreshEvent event, RefreshContext refreshedAlready)voidEventSource. refresh(String entityName, Object object, RefreshContext refreshedAlready)Cascade refresh an entity instance
-