I am migrating a Spring App which has @DBRef annotations in implementation. Does this support in AWS Document DB?
Asked
Active
Viewed 48 times
0
-
I think YES. But,`@DBRef` annotation is generally not recommended for use in MongoDB. – Wahyu Kristianto Mar 03 '23 at 16:16
-
@WahyuKristianto. im receiving an error. can you please check on this link? https://stackoverflow.com/questions/75665029/spring-data-mongodb-dbref-resolution-is-not-supported – techmagister Mar 08 '23 at 08:59
-
Contacted AWS support and they confirmed that @DBRef is not supported yet – techmagister Mar 26 '23 at 08:12