actually I use jooq mapper like this, but I don't know how to manage
checked exception inside map method like throws.
I know this is not stricly a jooq stuff, but: any suggestions to do it in a
smart way?
.fetchOne()
.map(new RecordMapper<Record, MyType>() {
@Override
public MyType map(Record record) *throws HERE???* {
....
* something that throw Exception *
.....
}
}
Actually I've seen something similar
- https://github.com/fge/throwing-lambdas
- https://github.com/JeffreyFalgout/ThrowingStream
--
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.