File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Repeated column in mapping for entity ERROR PLEASE HELP.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Repeated column in mapping for entity ERROR PLEASE HELP.." Watch "Repeated column in mapping for entity ERROR PLEASE HELP.." New topic
Author

Repeated column in mapping for entity ERROR PLEASE HELP..

Abduljaleel Ch
Greenhorn

Joined: Mar 20, 2011
Posts: 1

This is my entity configurations..



But i am getting the following error
Repeated column in mapping for entity: om.gov.moh.phs.patch.vo.VssArtifactVO column: VSS_ID (should be mapped with insert="false" update="false");

How can I solve this issue?.. I cannot give VSS_ID as insertable=false,updatable=false because this is a composit key in VssArtifactVO ..
Please help...

Thanks in Advance
Abdul Jaleel C
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Repeated column in mapping for entity ERROR PLEASE HELP..
 
Similar Threads
OneToOne mapping with 2 composite keys using JPA
Simple JOIN in JPA proving difficult
Column index not populated?
using 2 @OnetoMany annoations in one Entity Class
@PrimaryKeyJoinColumn: no insertable and no updatable