public abstract class BaseEnversEventListener extends java.lang.Object implements EnversListener
Modifier | Constructor and Description |
---|---|
protected |
BaseEnversEventListener(org.hibernate.envers.boot.internal.EnversService enversService) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkIfTransactionInProgress(org.hibernate.engine.spi.SessionImplementor session) |
protected void |
generateBidirectionalCollectionChangeWorkUnits(org.hibernate.envers.internal.synchronization.AuditProcess auditProcess,
org.hibernate.persister.entity.EntityPersister entityPersister,
java.lang.String entityName,
java.lang.Object[] newState,
java.lang.Object[] oldState,
org.hibernate.engine.spi.SessionImplementor session) |
protected org.hibernate.envers.boot.internal.EnversService |
getEnversService() |
protected BaseEnversEventListener(org.hibernate.envers.boot.internal.EnversService enversService)
protected org.hibernate.envers.boot.internal.EnversService getEnversService()
protected final void generateBidirectionalCollectionChangeWorkUnits(org.hibernate.envers.internal.synchronization.AuditProcess auditProcess, org.hibernate.persister.entity.EntityPersister entityPersister, java.lang.String entityName, java.lang.Object[] newState, java.lang.Object[] oldState, org.hibernate.engine.spi.SessionImplementor session)
protected void checkIfTransactionInProgress(org.hibernate.engine.spi.SessionImplementor session)
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.