Understand how to use JAXB to bind schema to beans.
Read the tutorial on site.
How to use hibernate in spring framework to access database?
Read the article on site
A deep dive into the code to understand where and how business logics are implemented.
Read the example on site.
How to invoke stored procedure in Hibernate?
Use GetNamedQuery("SP_Name") in Session() class, pass input parameter using addEntity() in SQLQuery() class.
How to build Hibernate DAO using Eclipse IDE.
Read the example on site.