I am using apache cayenne 3.1. I know of one way to update records in the database is to first use select query to find record and then update it, but I don't want to use a select query for updating. How can I directly update the record? I do not want to use EJBQLQuery or SQL TEMPLETE.
-- Thanks and Regards Deepesh Jain