Hi Lukas,

is there a way to get the java type of a foreign key?
In my generator I have the following:

for (ForeignKeyDefinition fkd: table.getForeignKeys() {
  log.info(fkd.getReferencedKey().getTable())
}

>From the TableDefinition there should be a way to receive the java type.

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.

Reply via email to