List some of the databases supported by hibernate.



List some of the databases supported by hibernate...

Answer / Pawan Kumar Sahu

Hibernate supports a variety of databases, including MySQL, Oracle, PostgreSQL, SQL Server, DB2, Sybase, H2, and many others.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the purpose of mapping?

1 Answers  


What entries we make in the hibernate config file if we are not using hbm files but annotations?

1 Answers  


How many attributes are there in column annotation?

1 Answers  


Why is sessionfactory used in hibernate?

1 Answers  


What is the difference between session and sessionfactory in hibernate?

1 Answers  


What is difference between hibernate and ibatis?

1 Answers  


List hibernate session interface methods?

1 Answers  


Why do we need orm?

1 Answers  


What different fetching strategies are of hibernate?

1 Answers  


How create hibernate cfg xml file?

1 Answers  


What are pojos?

1 Answers  


What is the difference between first level cache and second level cache?

1 Answers  


Categories