如何从java调用Ibatis中的PL/SQL过程
我编写了一个 PLSQL 存储过程,我想调用该过程并将结果集以 hashmap 或 arraylist 格式返回给 java。我想使用Ibatis在xml文件中配置它。请告诉我如何在 Ibatis 中进行配置。
I have written a PLSQL stored procedure , i want to call the procedure and return the resultset back to the java in a hashmap or arraylist format . I want to configure it in the xml file using Ibatis. kindly let me know how to configure in Ibatis.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)