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