How to use @DBRef with nested list?

Viewed 13

This is what I am trying to do and it is not working.

@DBRef
private List<List<Component>> componentChart;
0 Answers
Related