I've got a JPA entity "Request", that owns a List of Answers (also JPA entities). Here's how it's defined in Request.java:I've got a JPA entity "Request", that owns a Li
I've got a JPA entity "Request", that owns a List of Answers (also JPA entities). Here's how it's defined in Request.java:I've got a JPA entity "Request", that owns a Li