Mention some of the databases that hibernate supports?
Answer / Pratigya Chaudhary
Hibernate supports several database management systems, including MySQL, PostgreSQL, Oracle Database, Microsoft SQL Server, SQLite, and others.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is true for hibernate and jpa?
What is the difference between sorted collection and ordered collection, which one is better?
What is the difference between save() and persist() methods of session object?
Why sessionfactory is singleton in hibernate?
Is jpa better than hibernate?
What is inversejoincolumns?
Should all the mapping files of hibernate have .hbm.xml extension to work properly?
What are the important tags of hibernate.cfg.xml?
How to get current date in hibernate query?
What is the difference between spring jpa and hibernate?
How do you map java objects with database tables?
What is hql (hibernate query language)?