Does morphia have cursors and foreign keys and constraints for mongodb, or at least functionality for these?
Does morphia have cursors and foreign keys and constraints for mongodb, or at least
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.