hop hey
Hibernate
Страница: 1
Сообщений 1 страница 2 из 2
Поделиться22020-05-08 11:08:28
org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML operations [delete from ru.ntdev.businesslogic.entity.CureDefect cd where cd.cure = :cure and cd.tooth = :tooth]; nested exception is java.lang.IllegalStateException: org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML operations [delete from ru.ntdev.businesslogic.entity.CureDefect cd where cd.cure = :cure and cd.tooth = :tooth]
Причина: возварщала List<T> вместо void в методе репозитория
Страница: 1