NHibernate 标准查询文档

发布于 2024-09-28 02:37:30 字数 211 浏览 2 评论 0原文

有谁知道 NHibernate 中的条件查询资源,它演示了复杂的条件限制。

例如

  • 选择父表中的行并 仅子表中匹配的行 条件

  • 在父级上设置急切获取并且 条件中的子级

,即不仅仅是简单的标准,而是更丰富的东西。我已经搜索了一个不错的资源,但只是找到了非常简单的示例,我需要更高级的示例和解释。

Does anyone know of a resource for Criteria Queries in NHibernate that demonstrates complex criteria restrictions.

For example

  • select rows in the parent table and
    only rows in a child table that match
    a criteria

  • set eager fetching on parent and
    child in the criteria

i.e. not just simple criteria, but something a bit more meaty. I have searched for a decent resource, but just find really simplistic examples and I need more advanced examples and explanations.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

堇年纸鸢 2024-10-05 02:37:30

也可以使用 Hibernate 文档和示例。因为 NHibernate 和 Hibernate 都有相同的 API。获取文档和示例的一个简单方法是用谷歌搜索。例如尝试 这个

Hibernate documentation and examples could be used too. Because both NHibernate and Hibernate have same API. An easy way to get documentation and examples is to google it. For example try this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文