[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6585) native SQL query: 'select car.name, user.name ... ' in hibernate native SQL queryNativeSql.list() returns in all rows the same values of names for cars and users, although these name are different, of course. My bypass: select car.name AS car, user.name