Questions related to deleting entities using HQL in hibernate, NHibernate and its derivatives.
Deleting entities with HQL (Hibernate Query Language) is possible in both Hibernate and NHibernate as an alternative to the common session.delete(entity)
. It has its very specific issues and limitations which are not known when using HQL for normal querying or session.delete(entity)
.
This tag marks questions specific to the deletion of entities using HQL in Hibernate or NHibernate or its derivatives.