public class EnversPostInsertEventListenerImpl extends BaseEnversEventListener implements org.hibernate.event.spi.PostInsertEventListener
Constructor and Description |
---|
EnversPostInsertEventListenerImpl(org.hibernate.envers.boot.internal.EnversService enversService) |
Modifier and Type | Method and Description |
---|---|
void |
onPostInsert(org.hibernate.event.spi.PostInsertEvent event) |
boolean |
requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister persister) |
default boolean |
requiresPostCommitHandling(org.hibernate.persister.entity.EntityPersister arg0) |
checkIfTransactionInProgress, generateBidirectionalCollectionChangeWorkUnits, getEnversService
public EnversPostInsertEventListenerImpl(org.hibernate.envers.boot.internal.EnversService enversService)
public void onPostInsert(org.hibernate.event.spi.PostInsertEvent event)
onPostInsert
in interface org.hibernate.event.spi.PostInsertEventListener
public boolean requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister persister)
public boolean requiresPostCommitHandling(org.hibernate.persister.entity.EntityPersister arg0)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.