HasorDB 使用原始連接

2021-12-30 11:31 更新

有時(shí)候我們需要獲取最原始的 ?Connection ?那么可以采用下面方式:

ConnectionCallback<List<TestUser>> callBack = new ConnectionCallback<List<TestUser>>() {
    public List<TestUser> doInConnection(Connection con) throws SQLException {
        List<TestUser> result = ...
        // do some thing
        return result;
    }
};

List<TestUser> resultList = jdbcTemplate.execute(callBack);


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)