How i can create an entity using Hibernate for columns which have been collected from joining different tables.

Description

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.

Activity

Chris CranfordApril 11, 2017 at 12:42 PM

Please use our forums or other resources for support questions. JIRA is for bug reports, enhancement, improvement tracking, and other development related tasks.

Incomplete

Details

Assignee

Reporter

Components

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