Class HibernateSessionManagerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void abort()
      Aborts the current transaction, and starts a new transaction to replace it.
      void commit()
      Commits the current transaction (which will cause a flush of data to the database), then starts a new transaction to replace it.
      org.hibernate.Session getSession()
      Gets the active session for this request, creating it as necessary.
      void threadDidCleanup()
      Rollsback the transaction at the end of the request, then closes the session.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait