--
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 jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/3d2456e3-4f8e-4af4-bb38-f86db78bc6bf%40googlegroups.com.
I suspect you're in an unbounded recursion.
--
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 jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/9fe7d630-a812-4bf4-8c29-3bbde5634af3%40googlegroups.com.
--
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 jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/9fe7d630-a812-4bf4-8c29-3bbde5634af3%40googlegroups.com.
However, I'm curious, what's the motivation for not exposing the ability to get the query parts. After all jOOQ enables query building and hence one would expect to be able to get a handle to the constituent parts - similar to expecting a getXXX() method if one can invoke setXXX() on a class.