All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.hexin.jmacs.dao.core.AtomResult Maven / Gradle / Ivy

The newest version!
package info.hexin.jmacs.dao.core;

import java.sql.Connection;
import java.sql.SQLException;

public interface AtomResult {

    /**
     * 中间调用的方法都是原子的 有返回结果
     * 
     * @param connection
     */
    T run(Connection connection) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy