I believed so many people have experienced this issue stated as title and cleary expressed on hibernate jira and on stackOV 1 and stackOV 2 . i use hibernate 4.0.1.Final and spring-data-jpa 1.1.0.M1 . the concerbed POJOs are actully ID Generated so i would like to find out whether specific implementation of equals and hashcode can help solve the problem or i would have to find another way of generating the IDs
thanks for reading this.
Never Mind!!
I Had a unique on a field which was the source of the problem. And By the way i use identity(autoincrement)