Interface Work

    • Method Detail

      • execute

        void execute​(Connection connection)
              throws SQLException
        Execute the discrete work encapsulated by this work instance using the supplied connection.
        Parameters:
        connection - The connection on which to perform the work.
        Throws:
        SQLException - Thrown during execution of the underlying JDBC interaction.
        HibernateException - Generally indicates a wrapped SQLException.