Uses of Interface
org.hibernate.event.spi.PostInsertEventListener
-
Packages that use PostInsertEventListener Package Description org.hibernate.event.spi -
-
Uses of PostInsertEventListener in org.hibernate.event.spi
Subinterfaces of PostInsertEventListener in org.hibernate.event.spi Modifier and Type Interface Description interfacePostCommitInsertEventListenerCalled after an entity insert is committed to the datastore.Fields in org.hibernate.event.spi with type parameters of type PostInsertEventListener Modifier and Type Field Description static EventType<PostInsertEventListener>EventType. POST_COMMIT_INSERTstatic EventType<PostInsertEventListener>EventType. POST_INSERT
-