Package org.hibernate.event.spi
Interface FlushEntityEventListener
-
public interface FlushEntityEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFlushEntity(FlushEntityEvent event)
-
-
-
Method Detail
-
onFlushEntity
void onFlushEntity(FlushEntityEvent event) throws HibernateException
- Throws:
HibernateException
-
-