2015-09-15 15:28 GMT+02:00 jdoe <[email protected]>: > Sorry. I figured it once I posted. Dumb mistake. I was trying to make it > as a List<Long> at the beginning and after I realized that Converter > requires a concrete class (and it's impossible to write something like > List<Long>.class) I had to "migrate" to arrays. >
You can resort to rawtypes: (Class) List.class > Thanks for your patience and quick responses! > It happens to the best :) -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
