How to call Oracle function or stored procedure using spring persistence framework?
Assuming you are referring to JdbcTemplate:
jdbcTemplate.execute(
new CallableStatementCreator() {
public CallableStatement createCallableStatement(Connection con) throws SQLException{
转载
2012-11-22 16:52:42 ·
914 阅读 ·
0 评论