Hi, I'm trying hard to find a way to have a common getter method in generated POJOs, e.g. getPrimaryKey(). The problem so far is that some tables may have a composite PK, some just have something like ID. My plan is to have a marker interface containing getPrimaryKey(). Each POJO implements that interface.
Is there a way to archive that? Thanks, Christian -- 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.
