hql-delete
Difference between HQL delete query and session.delete()
I\'m quite new to Hibernate and have a question. What is the difference between deleting an object by using an HQL query and deleting an object by using the delete(...) Method of t开发者_如何学Pythonh[详细]
2023-03-04 03:54 分类:问答Why does this HQL delete fail, when an HQL select with same terms works?
Why does the following HQL query fail? string hql = @\"delete MyLog log where log.UtcTimestamp < :threshold and[详细]
2023-01-19 05:35 分类:问答How can I use the SSRS ReportViewer from VS 2008 in a VS2010 project?
I\'m working on an ASP.NET MVC 2 / .NET 3.5 project which includes SSRS 2008 reports. After migrating to VS 2010 RC, the new web forms report viewer has been giving so much trouble that I\'d like to u[详细]
2022-12-23 05:20 分类:问答