Is hibernate configuration file mandatory?
Answer / Jeet Singh
Although not strictly mandatory, a Hibernate configuration file (hibernate.cfg.xml or a properties file) is commonly used to set up the environment for Hibernate and configure various parameters such as database connection details, dialect, mappings, and caching.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between first level cache and second level cache?
What is hibernate dialect?
What is hibernate dialect for oracle?
Does hibernate work with nosql?
What is dirty read problem in hibernate?
What is difference between jpa and hibernate?
What are different states of an entity bean?
What is difference between hibernate and ibatis?
What is difference between save and persist method in hibernate?
What is the use of dialect in hibernate?
Difference between hibernate session merge() vs update()?
Is hibernate sessionfactory is thread safe?