Google News
logo
Java Hibernates - Interview Questions
Explain what is a dialect?
Hibernate Dialect is used to specify the type of database we are going to use. Hibernate requires this to know in advance so it is able to generate appropriate type of SQL statements based on database type.
Advertisement