Play 框架 1.2.2RC1+ 的 scala 域模型是什么?使用 Casbah 时看起来像什么?

发布于 2024-11-16 23:42:50 字数 172 浏览 4 评论 0原文

Casbah 的文档没有提到播放框架。

Play框架1.2.2RC1+中Casbah的scala域模型的格式是什么 以及如何进行查询?

The documentation for Casbah does not mention play framework.

What is the format of scala domain model for Casbah in Play framework 1.2.2RC1+
and how do I make queries ?

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

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

发布评论

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

评论(1

一人独醉 2024-11-23 23:42:50

我会说 - 就像在卡斯巴没有玩一样。 Play 的“C”和“M”部分之间没有什么魔力,因此您可以按照自己的喜好实现模型。通常从控制器触发的查询,在 Scala 的情况下,我会将它们包装在域模型伴随对象中。

I would say - the same as in Casbah without Play. There's little magic going on between the "C" and "M" parts of Play, so you can just implement your model as you like. Queries you typically trigger from the controller, and in the Scala case, I'd wrap them in domain model companion objects.

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