Hi, I am using MyEclipse 8.6. I trying to open the HQL Editor by “right clicking” over the proyect -> MyEclipse -> “Open HQL Editor”. The proyect has the MyEclipse “Hibernate Capabilities”.
When I execute an HQL statement, the “Hibernate Query Result” tab shown the results of the query without invoking the toString method of the class. So I saw something like this:
HQL: “from Customer”
Result TAB:
test.Customer@234f423
test.Customer@31ed424
test.Customer@2ab42da
test.Customer@2111s64
Of course, Customer.java has overwrited the toString method
Any one can help me?
Thanks !