Whenever I use coerce I experience casting errors:
Map<Long, Bean1> map = create
.fetch(TABLE1)
.intoMap(TABLE1.TABLE_ID.cast(Long.class), Bean1.class);
If TABLE1.TABLE_ID has type ULong the map will have ULong as its keys, ignoring
coercion.
Very confusing behavior!
How do I get exactly Map<Long, Bean1>, not Map<ULong, Bean1>?
--
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.