Hi there, I'm sorry, but your question isn't really very clear.
- What do you mean by table being linked with VisitListener? - Where did you add the conditions to? - What do you mean by records being added to the condition? Perhaps a minimal, complete, verifiable example in code would make it a bit more clear? https://stackoverflow.com/help/mcve Thanks, Lukas 2017-11-09 13:25 GMT+01:00 <[email protected]>: > One of my table is linked with VisitListener and it added some conditions > based on the table i had selectFrom in SelectQuery object. > In one of my scenarios, i don't want the records to be added to the > condition. > > I cannot in VisitListenerImpl since it effects when the same table is > selected in separate scenarios. > Is there any way to removeConditons already added in SelectQuery object or > avoid VisitListener to invoke only when called from specific method. > > -- > 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.
