Consider the hierarchy :
And the following classes and xml :
Problem occurs because of the entry mapping class="annotations.Users" in hibernate.cfg.xml remove that line then it will be work.
mapping class="annotations.Users"
hibernate.cfg.xml
I had the same issue. When I removed the above line then it was working fine for me.