adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493