Method Detail| projectreactor.io
Every SQL dialect and JDBC driver works a bit differently when it comes to fetching generated keys| Java, SQL and jOOQ.
jOOQ's code generator generates powerful stubs to type safely call stored procedures on all supported RDBMS, as if the procedure were a local method| 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,…| Java, SQL and jOOQ.