1 Reply Latest reply on May 23, 2006 4:17 AM by tva

    Native Update

    tva

      Is there a way to do an update in native sql.
      If I use

      entityManager.createNativeQuery(QUERY).executeUpdate();

      I get the following error:
      Update queries only supported through HQL

      Will native sql be supported in a later version?
      And is there an other way to do a native sql update?