有没有一种简单的方法可以在 iBATIS 中进行示例查询?
我曾希望这被纳入最新版本中,但如果是这样,我无法通过 简单的 Google 搜索。如果做不到这一点,我更喜欢一个简单的库,但我会满足于一个教程。
谢谢。
I had hoped this was baked into the most recent release, but if it is, I can't find the docs via a simple Google search. Failing that, I'd prefer a simple library, but I'll settle for a tutorial.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ibator 可以帮助您。让它自动生成所有内容,您将在 SQL 映射中找到示例查询,以及 DAO 中相应的 Java 绑定。
检查 http://ibatis.apache.org/docs/tools 上的“示例类使用说明” /ibator/ 了解更多信息。
Ibator can help you with this. Let it autogenerate everything, and you'll find by-Example Queries in the SQL Maps, as well as corresponding Java bindings in the DAOs.
Check "Example Class Usage Notes" on http://ibatis.apache.org/docs/tools/ibator/ for more information.