com.objectdb.o.InternalException: java.lang.UnsupportedOperationException: Unsupported feature - Update queries are not supported yet
java.lang.UnsupportedOperationException: Unsupported feature - Update queries are not supported yet.
Used with this code:
"DELETE l FROM License l WHERE l.id = ?1", License.class); query.setParameter(1, id); int changes = query.executeUpdate();
Is there a workaround?