Uses of Class
org.hibernate.event.spi.PostInsertEvent
-
Packages that use PostInsertEvent Package Description org.hibernate.event.spi -
-
Uses of PostInsertEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PostInsertEvent Modifier and Type Method Description voidPostInsertEventListener. onPostInsert(PostInsertEvent event)voidPostCommitInsertEventListener. onPostInsertCommitFailed(PostInsertEvent event)Called when a commit fails and an entity was scheduled for insertion
-