8
que estoy haciendo Query query = hibernate.createSQLQuery("select abc,def from table");
muelle de retorno hibernate.createSQLQuery como entidad personalizada
¿Es posible "parse" auto el resultado a la lista de "POJO"?
Para que yo pueda hacer esto:
List<CustomPOJO> abc = query.list(); //CustomPOJO is pojo not entity , no @Entity tag