Uses of Interface
org.hibernate.event.spi.RefreshContext
Packages that use RefreshContext
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of RefreshContext in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi with type parameters of type RefreshContextModifier and TypeFieldDescriptionstatic final CascadingAction
<RefreshContext> CascadingActions.REFRESH
-
Uses of RefreshContext in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return RefreshContextMethods in org.hibernate.event.spi with parameters of type RefreshContextModifier and TypeMethodDescriptionvoid
RefreshEventListener.onRefresh
(RefreshEvent event, RefreshContext refreshedAlready) void
EventSource.refresh
(String entityName, Object object, RefreshContext refreshedAlready) Cascade refresh an entity instance