Class FlushInterceptor
- java.lang.Object
-
- org.cxbox.model.core.listeners.hbn.flush.FlushInterceptor
-
@Component public class FlushInterceptor extends Object
Performs automatic updatesSession.refresh(java.lang.Object)objects marked asRefreshOnFlushafter callingSession.flush()
-
-
Constructor Summary
Constructors Constructor Description FlushInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonFlush(org.hibernate.event.spi.AutoFlushEvent event)voidonFlush(org.hibernate.event.spi.FlushEntityEvent event)voidonFlush(org.hibernate.event.spi.FlushEvent event)
-