What is the use of configuration in hibernate?
Answer / Mohammed Shahid
Configuration is a Hibernate class that loads configuration files, sets up various options such as database connection settings, dialect, and mapping file locations, and returns a SessionFactory instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is orm database?
What hibernate save returns?
What is referential integrity and why is it important?
What happens if hibernate session is not closed?
What is a pojo class in hibernate?
How many strategies are there in hibernate inheritance?
Is sessionfactory singleton in hibernate?
What does evict do in hibernate?
What is tag library descriptor?
Does hibernate support polymorphism?
What is the difference between load() and get() method in hibernate?
What are the main advantages of orm like hibernate?