Hello, I've taken a look at jooq now and it looks like what I need. However - my application has a UI and needs to get notified about database changes: insert, update and delete queries. I didn't find anything documented to this - the only listener I've found was the so called ExcutionListener - which seems not to be what I'm looking for. Is this "feature" even supported directly in jooq?
Otherwise - I'll probably extend the generated DAOs and add my custom "Event-Callbacks" in there. The big downside which comes to my mind: I can't react on plain SQL queries and I can't react on delete by ID calls. Additionally I'd have to add this event features to all DAOs which would result in redundant code. Anything I'm overlooking? Regards, Dennis Fischer -- 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/groups/opt_out.
