public abstract class BaseEnversEventListener extends 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(SessionImplementor session)  | 
protected void | 
generateBidirectionalCollectionChangeWorkUnits(org.hibernate.envers.internal.synchronization.AuditProcess auditProcess,
                                              EntityPersister entityPersister,
                                              String entityName,
                                              Object[] newState,
                                              Object[] oldState,
                                              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,
                                                                    EntityPersister entityPersister,
                                                                    String entityName,
                                                                    Object[] newState,
                                                                    Object[] oldState,
                                                                    SessionImplementor session)
protected void checkIfTransactionInProgress(SessionImplementor session)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.