Is there a way to configure jOOQ to create an interface for each table and record object it creates?
ie jOOQ creates a Posts table object that extends org.jooq.impl.UpdatableTableImpl, but I would like jOOQ to also define an IPosts interface and have Posts table object implement the iPosts. Greg
