tx = session.beginTransaction();
Connection con=session.connection();
String procedure = "{call batchUpdateCustomer() }";
CallableStatement cstmt = con.prepareCall(procedure);
cstmt.executeUpdate();
tx.commit();
batchUpdateCustomer----> 存储过程名
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
回忆_淡淡籴