关于JAVA调用oracle存储过程
摘要:
Session s = this.getSession();CallableStatement cstm = null;String flag = null;try {cstm = ((SessionImplementor) s).getBatcher().prepareBatchCallableStatement("call proc_applyfeelist(?,?,?,?)");cstm.setString(1, applyfee.getSubcompany());cstm.setDate(2, DateUtils.toHibernateDate(applyfee.g 阅读全文
posted @ 2011-09-26 17:27 若菲 阅读(256) 评论(0) 推荐(0)
浙公网安备 33010602011771号