What are the two key components of a hibernate configuration object?



What are the two key components of a hibernate configuration object?..

Answer / Pramod Kumar Jaiswal

The two key components of a Hibernate Configuration object are the dialect and the connection. The dialect specifies the SQL dialect for the database being used, while the connection provides the actual connection to the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is an example of a one to many relationship?

1 Answers  


Name few hibernate annotations?

1 Answers  


What is hibernate validator framework?

1 Answers  


What is 2nd level cache in hibernate?

1 Answers  


Which type of associated entities are eagerly loaded by default?

1 Answers  


What is light object mapping in hibernate?

1 Answers  


Difference between hibernate session merge() vs update()?

1 Answers  


What is spring and hibernate framework?

1 Answers  


What is getcurrentsession in hibernate?

1 Answers  


Can we create two sessionfactory in hibernate?

1 Answers  


Why session is not thread safe?

1 Answers  


Why do you use hibernate?

1 Answers  


Categories