Hi Sepp, I forgot about that custom extension. Indeed, that could work, although, you will have to remember to call persist() and not store()...
Another solution is to put some context information in the Configuration.data() map, which you can then access from the RecordListener's RecordContext.data() map... 2016-05-27 17:52 GMT+02:00 <[email protected]>: > >> Thank you Lukas, > > now you have confirmed that I did not miss that feature in the docs. > However, the RecordListener can only be used for setting the date columns > (which can really easy be set in the trigger). However, typically the user > of the application (this is a web application) is logged in, the request is > identified and bound to that user account, and in that place I have to set > some information to the store-method. > > However, your link also showed a custom extension: > > https://github.com/jOOQ/jOOQ/issues/1592#issuecomment-28075494 > > I will give this a try, seems an appropriate way for me. > > Sepp > > -- > 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. > -- 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.
