I am Salauddin Ansari. I am Senior Software Developer in Texco Software Noida.
Monday, 9 July 2012
What is the general flow of Hibernate communication with RDBMS?
For any communication with DB, hibernate converts each HQL query to the equivalent SQL query with the configuration based in hbm.xml file to map the database. All HQL queries are parsed and converted to SQL using JDBC and then sent to the DB.
No comments:
Post a Comment