Hi guys ! I try to generate some classes with jOOQ, using a CustomStrategy and i would like three of my pojos to implements an interface. So i override : getJavaClassImplements(Definition definition, Mode mode) by extending the DefaultGeneratorStrategy. Now i'm wondering how can i tell the way the three pojos will implements my interface ? Because obviously if i dont tell that it will result by a compilation failed.
It looks like it's impossible to do that in this way, but it is ? Thank you in advance. -- 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.
