Incomplete
Details
Assignee
UnassignedUnassignedReporter
sgaurav22sgaurav22Components
Affects versions
Priority
Critical
Details
Details
Assignee
Unassigned
UnassignedReporter
sgaurav22
sgaurav22Components
Affects versions
Priority
Created April 11, 2017 at 7:50 AM
Updated April 11, 2017 at 12:42 PM
Resolved April 11, 2017 at 12:42 PM
How i can map an entity using Hibernate for columns which have been collected from joining different tables. I have a pre build query, not used hibernate to make join. So now the result need to be collected and mapped to the entity from result set. But in the results i don't have any primary key and neither a specific table from where i have fetched the data. So my entity should be without @id and @Table.