Class BaseEnversEventListener

    • Constructor Detail

      • BaseEnversEventListener

        protected BaseEnversEventListener​(org.hibernate.envers.boot.internal.EnversService enversService)
    • Method Detail

      • getEnversService

        protected org.hibernate.envers.boot.internal.EnversService getEnversService()
      • generateBidirectionalCollectionChangeWorkUnits

        protected final void generateBidirectionalCollectionChangeWorkUnits​(org.hibernate.envers.internal.synchronization.AuditProcess auditProcess,
                                                                            EntityPersister entityPersister,
                                                                            java.lang.String entityName,
                                                                            java.lang.Object[] newState,
                                                                            java.lang.Object[] oldState,
                                                                            SessionImplementor session)
      • checkIfTransactionInProgress

        protected void checkIfTransactionInProgress​(SessionImplementor session)