ContactUs

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

What is the general flow of Hibernate communication with RDBMS?


The general flow of Hibernate communication with RDBMS is :
Load the Hibernate configuration file and create configuration object. It will automatically load all hbm mapping files
Create session factory from configuration object
Get one session from this session factory
Create HQL Query
Execute query to get list containing Java objects
Related Posts Plugin for WordPress, Blogger...
Flag Counter