JDBC vs Hibernate
- 6th Feb 2016
- 2
- 17527
- advantages of hibernate over jdbc difference between jdbc and hibernate disadvantages of jdbc jdbc vs hibernate jdbc vs hibernate performance what are the advantages of hibernate over jdbc
JDBC stands for Java Database Connectivity which allows developers to connect, query and update a database using the Structured Query Language(SQL). Hibernate is an Object-Relational Mapping (ORM) solution for JAVA. It is a powerful, high performance ORM framework. Listed below is the difference beetween JDBC and Hibernate About the Author Raj Founder of javainsimpleway.com I […]