1. HQL bulk operation question forum.hibernate.org |
2. HQL not fully supported in BULK operations? forum.hibernate.orgWe are running into issues with bulk deletes. It works for simple cases such as "delete from MappedClass where mappedProperty = value", but it does not work for more complex HQL. For instance, trying to use an alias in a query results in an exception "unexpected token". Trying to use an association without an alias results in "count not resolve property" ... |