InterviewSolution
Saved Bookmarks
| 1. |
What can you tell about Hibernate Configuration File? |
|
Answer» Hibernate Configuration File or hibernate.cfg.xml is ONE of the most required configuration files in Hibernate. By default, this file is placed under the src/main/resource folder. This file is used to define the below information:
|
|