ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What's general hibernate flow using RDBMS?

General hibernate flow involving RDBMS is as follows:

a. Load configuration file and create object of configuration class.

b. Using configuration object, create sessionFactory object.

c. From sessionFactory, get one session.

d. Create HQL query.

e. Execute HQL query and get the results. Results will be in the form of a list.

Related Posts Plugin for WordPress, Blogger...
Flag Counter