Hibernate - TypedQuery.getResultList() returns a list of the same object
问题 Here is a more and maybe better description of the problem: I do a simple select query. The returning list contains the exact number of records/objects as if I do the same query in the DB, but the problem is that all the objects are the same/identical. For ex, this is the result in the DB (I removed the null values): 26801 01-JAN-00 7 31-DEC-99 7 Obere Kirchstr. 26 CH 8304 Walliselln 26801 01-JAN-00 2 31-DEC-99 2 Obere Kirchstr. 26 CH 8304 Walliselln And this is the content of the variable