How to Typesafely Map a Nested SQL Collection into a Nested Java Map with jOOQ – Java, SQL and jOOQ.

A really cool, recent question on Stack Overflow was about how to map a nested collection into a Java Map with jOOQ. In the past, I’ve blogged about the powerful MULTISET operator many times, ...