I am completely new in Hibernate and got such an stacktrace:
hql> from TracksEntity [2014-04-26 21:13:45] org.hibernate.MappingException: Unable to load clas
Worked for me:
Changing position of mapping tag in hibernate.cfg.xml for class which was not loading previously.
I kept that at top now.