Uses of Interface
org.hibernate.event.spi.RefreshContext
-
Packages that use RefreshContext Package Description org.hibernate.engine.spi org.hibernate.event.internal org.hibernate.event.spi org.hibernate.internal -
-
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.internal
Methods in org.hibernate.event.internal with parameters of type RefreshContext Modifier and Type Method Description voidDefaultRefreshEventListener. onRefresh(RefreshEvent event, RefreshContext refreshedAlready)Handle the given refresh event. -
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 -
Uses of RefreshContext in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type RefreshContext Modifier and Type Method Description voidSessionImpl. refresh(String entityName, Object object, RefreshContext refreshedAlready)
-