| Author |
Hibernate: unique leads to exception
|
Kata Franciscan
Greenhorn
Joined: Jul 24, 2008
Posts: 3
|
|
Hi, I have a DB table containing names which should be unique. My name class looks (partly) like this: However, if I now try to insert a new name into the db: HibernateTemplate org.springframework.orm.hibernate3.support.HibernateDaoSupport.getHibernateTemplate().saveOrUpdate(nameObject); I see an exception if the name is already in the database: Can anyone here tell me what is wrong? I am a newbie containing Annotations, Hibernate, PostgreSQL and Spring, so the problem might be anywhere ...
|
 |
Emmanuel Bernard
author
Ranch Hand
Joined: Oct 22, 2008
Posts: 62
|
|
|
You are not doing anything wrong. That's how it's suppose to work.
|
 |
 |
|
|
subject: Hibernate: unique leads to exception
|
|
|