如何使用 Hibernate 调用 StoredProcedure?
您好,我想使用 hibernate 调用 db2 中的存储过程。您能否在不使用 CallableStatement 的情况下给出完整的示例?
Hi I want to Call a stored procedure in db2 using hibernate.Can you please give complete example without using CallableStatement.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
直接来自 Hibernate 参考文档: 使用存储查询流程。
Directly from the Hibernate reference documentation: Using stored procedures for querying.