Is there a reason why the equals method in AbstractStore is final? I have to overriding the equals method in my entities and now I have a problem. In a framework the object methods should never be final because only the business logic is responsible to deliver meaningful implementations.
By the way: Jooq is a fantastic project!
