Ich mache Query query = hibernate.createSQLQuery("select abc,def from table");
Ist es möglich, das Ergebnis automatisch in eine "POJO"-Liste zu parsen?
Damit ich das tun kann:
List<CustomPOJO> abc = query.list(); //CustomPOJO is pojo not entity , no @Entity tag