| Author |
Getting data for columns from different tables having same name
|
Sham Phadtale
Ranch Hand
Joined: Jul 29, 2008
Posts: 75
|
|
Hello All,
I am facing a problem while using JPA.
I am using following code to get data from different tables for columns with same name -
This object list contains correct values for Hostname, AName and AId, but value of CName is incorrect, it is getting value of AName.
Also I tried to get value for another column of Table C, I got it.
What should I do to get values from columns of different table having same column names?
When above query run through query browser I am getting correct result that is all actual values.
|
 |
 |
|
|
subject: Getting data for columns from different tables having same name
|
|
|