学习 HQL 和 Hibernate 标准查询的资源
我对 Hibernate 完全陌生,想要学习 HQL ...我了解基本的 MySql,并且想要将 Hibernate 查询与 Mysql 查询联系起来 有人可以指导我找到一个学习 HQL 和条件查询的好资源吗...社区文档不是解释得很好...
非常感谢帮助..截至家庭作业,我已经完成了以下操作...
http://docs.jboss.org/hibernate /core/3.3/reference/en/html/querycriteria.html#querycriteria-associations http://sonivis.org/wiki/index.php/HowTo_use_Hibernate_Criteria_Queries http://www.roseindia.net/hibernate/criteriaqueyexample.shtml
和类似的链接,但我想深入学习一下...
I am completely new to hibernate and want to learn HQL ... I know basic MySql and want to relate Hibernate query with Mysql query Can some one please direct me to a good resource for learning HQL and criteria query... community doc are not explained very well...
Help is greatly appreciated.. As of home work I have already gone through following...
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/querycriteria.html#querycriteria-associations
http://sonivis.org/wiki/index.php/HowTo_use_Hibernate_Criteria_Queries
http://www.roseindia.net/hibernate/criteriaqueyexample.shtml
and similar links but I want to learn it in depth...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://docs.jboss.org/hibernate/core /3.3/reference/en/html/index.html 是启动 Hibernate 的最佳位置。如果您正在寻找示例,那么有很多示例,包括我的一篇文章 此处< /a>.
让我也分享一些对我有帮助的链接。
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/index.html is the best place to start Hibernate. If you are looking for examples there are many, including one post by me here.
Let me also share some links that helped me.
示例网站和博客文章将回答要点问题,但如果您确实想要一个广泛的概述,并通过完整的示例深入学习,您可能需要考虑购买一本书。 Hibernate in Action 是标准参考。
Example sites and blog posts will answer point questions, but if you really want a broad overview, learning in depth with full examples, you might want to consider buying a book. Hibernate in Action is a standard reference.