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,
                                                                            org.hibernate.persister.entity.EntityPersister entityPersister,
                                                                            String entityName,
                                                                            Object[] newState,
                                                                            Object[] oldState,
                                                                            org.hibernate.engine.spi.SessionImplementor session)
      • checkIfTransactionInProgress

        protected void checkIfTransactionInProgress​(org.hibernate.engine.spi.SessionImplementor session)