Using the below code I am unable to get the results of my query. Whether I use Map or Map I get the same error: javax.p
Map or Map I get the same error: javax.p
Map I get the same error: javax.p
It appears that the problem was that Map does not have a promise of a unique index, so JPA doesn't like mapping to it. By using List> instead, it works great!
Map
List>