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, getEnversServicepublic EnversPostInsertEventListenerImpl(org.hibernate.envers.boot.internal.EnversService enversService)
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)
public boolean requiresPostCommitHandling(org.hibernate.persister.entity.EntityPersister arg0)
Copyright © 2001-2023 Red Hat, Inc. All Rights Reserved.