I'm guessing this is probably a simple question.  If I have the primary key 
value and an UpdatableRecord is there an API to find the record by primary 
key?  Something that is just like the generated fetchById(..) method on the 
DAO.  I see in the documentation that you can do "create.fetchOne(BOOK, 
BOOK.ID.equal(id))," but I'm doing something with reflection and it would 
be easier to not have to know the TableField.  So I'm looking for something 
like DSLContext.findById(Class<UpdatableRecord>, Object key).

Darren

-- 
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/groups/opt_out.

Reply via email to