Mention some of the databases that hibernate supports?



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

Post New Answer

More Hibernate Interview Questions

What is true for hibernate and jpa?

1 Answers  


What is the difference between sorted collection and ordered collection, which one is better?

1 Answers  


What is the difference between save() and persist() methods of session object?

1 Answers  


Why sessionfactory is singleton in hibernate?

1 Answers  


Is jpa better than hibernate?

1 Answers  


What is inversejoincolumns?

1 Answers  


Should all the mapping files of hibernate have .hbm.xml extension to work properly?

1 Answers  


What are the important tags of hibernate.cfg.xml?

1 Answers  


How to get current date in hibernate query?

1 Answers  


What is the difference between spring jpa and hibernate?

1 Answers  


How do you map java objects with database tables?

1 Answers  


What is hql (hibernate query language)?

1 Answers  


Categories