Many to Many mapping using Micronaut Data does not persist data
I have 2 entities – a Question and a TestPaper. The mapping between both should be many to many given that a test paper can have many questions and a question can belong in many test papers.
Micronaut Data Many to Many mapping does not persist
I have 2 entities – a Question and a TestPaper. The mapping between both should be many to many given that a test paper can have many questions and a question can belong in many test papers.