I am a new user of jooq and there have been several cases where I am not 
able to access methods and classes.  Can someone comment on the 
public/private policy and the potential for making more things public?

In my case, I'd like to see TableFieldImpl become public (so I can derive 
it).  I'm also trying to do several things in an ExecuteListeners and it 
would be nice to see InsertQuery.getInto() move into the Interface and make 
public.

In case anyone wants to know, I'd like to be able to detect my derived 
class of TableFieldImpl in the execute listener so that I can do some 
additional things that make sense for my derived field.

Thanks..
~S

Reply via email to