@Component public class LogInformationListener extends Object implements org.hibernate.event.spi.PreInsertEventListener, org.hibernate.event.spi.PreUpdateEventListener
| Constructor and Description |
|---|
LogInformationListener(org.hibernate.event.service.spi.EventListenerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onPreInsert(org.hibernate.event.spi.PreInsertEvent event) |
boolean |
onPreUpdate(org.hibernate.event.spi.PreUpdateEvent event) |
@Inject public LogInformationListener(org.hibernate.event.service.spi.EventListenerRegistry registry)
public boolean onPreInsert(org.hibernate.event.spi.PreInsertEvent event)
onPreInsert in interface org.hibernate.event.spi.PreInsertEventListenerpublic boolean onPreUpdate(org.hibernate.event.spi.PreUpdateEvent event)
onPreUpdate in interface org.hibernate.event.spi.PreUpdateEventListenerCopyright © 2015 Meruvian. All Rights Reserved.