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 |
What is an example of a one to many relationship?
Name few hibernate annotations?
What is hibernate validator framework?
What is 2nd level cache in hibernate?
Which type of associated entities are eagerly loaded by default?
What is light object mapping in hibernate?
Difference between hibernate session merge() vs update()?
What is spring and hibernate framework?
What is getcurrentsession in hibernate?
Can we create two sessionfactory in hibernate?
Why session is not thread safe?
Why do you use hibernate?