Hi,
I am using HibernateTemplate. I have unique constraint on one of my entities. When trying to insert duplicate, I get org.hibernate.AssertionFailure. Should't Hibernate template wrap this with DataIntegrityViolationException? I am using spring 1.2.7 and hibernate 3.0.
Thank you.
Dan


Reply With Quote
