如何使用 Castle ActiveRecord 在两个表之间进行 JOIN
我正在尝试使用 DetachedCriteria 在 ActiveRecord 中执行联接。我似乎无法让它发挥作用。传输对象内部没有定义任何关系。在 SQL 中我应该能够做到这一点,但 ActiveRecord 似乎想要强迫我定义关系。这是什么交易?
有人可以指点我一些文档吗?
I'm trying to perform a join in ActiveRecord using DetachedCriteria. I can't seem to make it work. There is no relationship defined inside the transfer objects. In SQL I should be able to do this but it seems that ActiveRecord wants to force me to define the relationship. What is the deal?
Can someone point me to some documentation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果其他方法都不起作用,那么坚持总会起作用。我弄清楚了如何做到这一点,而且非常简单:
我希望下一个人会发现这很有用。
If nothing else works, persistence always does. I worked out how to do it and it's very simple:
I hope the next person finds this useful.