Class BaseEnversEventListener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseEnversEventListener​(org.hibernate.envers.boot.internal.EnversService enversService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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,
                                                                            java.lang.String entityName,
                                                                            java.lang.Object[] newState,
                                                                            java.lang.Object[] oldState,
                                                                            org.hibernate.engine.spi.SessionImplementor session)
      • checkIfTransactionInProgress

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