Interface ParallelExecutor.IDatabaseTask

    • Method Detail

      • call

        void call​(org.hibernate.Session session)
           throws Exception
        Executes the task.
        Parameters:
        session - the session for database access.
        Throws:
        Exception - if unable to execute the task.
        Since:
        6.2.0