Play 框架 1.2.2RC1+ 的 scala 域模型是什么?使用 Casbah 时看起来像什么?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会说 - 就像在卡斯巴没有玩一样。 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.