why hibernate?

why hibernate?

why hibernate?

View Answers

June 13, 2012 at 11:35 AM

Hibernate: -Hibernate is an Open Source persistence technology.

It provides Object/Relational mapping library.

It solves object-relational impedance mismatch problems.

  1. Hibernate makes the application development process easy

  2. Hibernate saves the development time

  3. Hibernate allows to map the Java objects to the relational database.

  4. Hibernate provides HQL for performing selective search.

  5. Hibernate also supports SQL Queries (Native Query).

  6. Hibernate provides primary and secondary level caching support.

  7. Can be used in both console and web based applications

  8. Developers can use the components from the Hibernate framework selectively.

  9. Hibernate can be used with JPA

  10. It supports both xml file and annotations as metadata









Related Tutorials/Questions & Answers:
Feature of Hibernate3
What is the main feature of Hibernate3?
Advertisements
Maven Repository/Dependency: org.grails.plugins | hibernate5
Maven Repository/Dependency: hibernate | hibernate3
struts1.2,EJB3.0 and Hibernate3 integration example application - EJB
Maven dependency for org.grails.plugins - hibernate5 version 7.0.6 is released. Learn to use hibernate5 version 7.0.6 in Maven based Java projects
Maven dependency for org.grails.plugins - hibernate5 version 7.0.7 is released. Learn to use hibernate5 version 7.0.7 in Maven based Java projects
Maven dependency for org.grails.plugins - hibernate5 version 7.0.5 is released. Learn to use hibernate5 version 7.0.5 in Maven based Java projects
Why spring?
Why NSMutableDictionary
Why request.getParameter(
why this can't
Why this is not working...?
why jre in jdk
Why it called Struts?
why the php is open source?
why using static keyword
Why is super.super.method(); not allowed in Java?
why not float main?
why not float main?
Why Ajax for web?
Why "<![CDATA[ ]]>" CDATA tag.
Java is an opensource program or not? why???
ModuleNotFoundError: No module named 'why'
why get method is used?
why php and mysql - PHP
why crieterias are importent in hibernate?
Why Abstract Class?
Why Abstract Class?
why java is securable ?
Why Generics was introduced in Java?
Why Python is useful for AI?
Why is data science in demand?
Why is Big Data bad?
Why is Python so hard?
Why is Python popular?
Why is everyone Machine Learning?
Why data science?
Why NSString Objective C
why servlet as controller - Struts
Why is this code working
Why bufferedreader is used in java?
Why application server is important?
why it is throwing classCastException.
why cant i close this ??
Why hibernate is used?
Why XML?, Why XML is used for?
Why is it a bad practice to call System.gc?
Why are my variables not dividing properly?
why the program is showing error?

Ads