What is the purpose of dialect configured in hibernate configuration file?



What is the purpose of dialect configured in hibernate configuration file?..

Answer / Singh Pritam Jitendra

The dialect configured in Hibernate's configuration file defines the database-specific SQL that needs to be generated for the operations. It provides a mapping between Java and SQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is hibernate mapping file?

1 Answers  


How to get session object in hibernate?

1 Answers  


What are the advantages of hibernate?

1 Answers  


What is bidirectional mapping in hibernate?

1 Answers  


How to make a immutable class in hibernate?

1 Answers  


Can hibernate be used with mongodb?

1 Answers  


How to get single record from database using hibernate?

1 Answers  


What is orm database?

1 Answers  


Why hibernate is required?

1 Answers  


What is orm and odm?

1 Answers  


What is difference between save and persist method in hibernate?

1 Answers  


What are the steps of orm?

1 Answers  


Categories