Reputation: 198
I am creating a project using Apache Isis. I need to run an update query in the project using isisJdoSupport.executeUpdate()
. But it is not updating the value in database. The method returns number of rows updated, but it does not update values in database. I tried running query directly in MySQL and it works, but it does not work with isisJdoSupport.executeUpdate()
. Is there a way to make update query work using Apache Isis?
Upvotes: 1
Views: 96