Never mind, I ended up finding a solution through the Visit Listener interface. The use case was that I wanted to create Redis lists of queries that involved the same table, so that I could easily invalidate a table when it's written to by getting a list of all the queries in the cache that involve that table, and delete them from Redis. This ended up being a lot easier than I thought it was, and it works as expected now!
Sure, I can make a blog post about this. I can't put it on Github, because this is a project for the company I'm interning at, so it isn't code I can share, but I can write a post about it, involving a simplified version of my work. -- 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.
