Hello, now I'm facing such problem: executing HQL queryis ("FROM Entity") in Hibernate consle return nulls. When specifiying fields ("SELECT id FROM Entity") – works correct. Please see folowing screenshots:
![Screen Shot 2014-03-06 at 18.16.28.png]()
![Screen Shot 2014-03-06 at 18.17.24.png]()
Same story with JPA console.
What can be the reason and how to fix it?
Thanks.