
sf.database.jdbc.sql.ConnectionCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.database.jdbc.sql;
import java.sql.Connection;
import java.sql.SQLException;
/**
* 直接获得Connecton,通常用于存储过程等不支持的地方
*/
public interface ConnectionCallback {
T call(Connection con) throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy