@Component public class UserRegisteredListener extends Object implements org.hibernate.event.spi.PostInsertEventListener
| Constructor and Description |
|---|
UserRegisteredListener(org.hibernate.event.service.spi.EventListenerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
onPostInsert(org.hibernate.event.spi.PostInsertEvent event) |
boolean |
requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister persister) |
@Inject public UserRegisteredListener(org.hibernate.event.service.spi.EventListenerRegistry registry)
public void onPostInsert(org.hibernate.event.spi.PostInsertEvent event)
onPostInsert in interface org.hibernate.event.spi.PostInsertEventListenerpublic boolean requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister persister)
requiresPostCommitHanding in interface org.hibernate.event.spi.PostInsertEventListenerCopyright © 2015 Meruvian. All Rights Reserved.