Home
Videos
Spring MVC Hibernate JQuery Maven Tutorials Urdu Hindi
Tutorial 7 Read data Hibernate Debug

Tutorial 7 Read data Hibernate Debug

Description

You can find in this video tutorial. * How to getCurrentSession and use JPQL query? * How to debug to find out what is in result set? * How to create table in JQuery from response? * How to add Edit and Delete link in Table?

Read data for the view

We read the data from Controller to the view. In this tutorial we are going to check the view code and controller code.

To load list in view

There is a JavaScript code in a view to load data from controller  to render in a HTML view.



There is a Java code in controller to fetch record from database to JavaScript code.