99re热视频这里只精品,久久久天堂国产精品女人,国产av一区二区三区,久久久精品成人免费看片,99久久精品免费看国产一区二区三区

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)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號