morphia 有游标和外键以及 mongodb 的约束吗?
morphia 是否有针对 mongodb 的游标、外键和约束,或者至少有这些功能?
Does morphia have cursors and foreign keys and constraints for mongodb, or at least functionality for these?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有游标和约束(如唯一索引),但仅此而已。
对于其余的,它不支持这些,因为服务器不支持这些。您可以为此构建自己的验证,但如果没有服务器支持,将很难覆盖所有极端情况。
There are cursors, and constraints (like unique indexes) but that is about it.
For the rest, it does not support these as the server doesn't support these. You can build your own validation for this but without server support it will be hard to cover all the corner cases.