Consider the hierarchy :
And the following classes and xml :
Define the Entity class in Hibernate.cfg.xml
Entity
While creating the sessionFactory object Load the Configuration file Like
sessionFactory
SessionFactory factory = new AnnotationConfiguration().configure("hibernate.cfg.xml").buildSessionFactory();