What is Hibernate?

Answers were Sorted based on User's Feedback



What is Hibernate?..

Answer / raviraja n

Hibernate is an open source tool for an object/relational
mapping tool for Java.
Hibernate lets you develop persistent classes following
common Java idiom - including association, inheritance,
polymorphism, composition and the Java collections
framework.

Hibernate not only takes care of the mapping from Java
classes to database tables (and from Java data types to SQL
data types), but also provides data query and retrieval
facilities and can significantly reduce development time
otherwise spent with manual data handling in SQL and JDBC. .

Hibernates goal is to relieve the developer from 95 percent
of common data persistence related programming tasks.

Hibernate is Free Software. The LGPL license is
sufficiently flexible to allow the use of Hibernate in both
open source and commercial projects (see the LicenseFAQ for
details). Hibernate is available for download at
http://www.hibernate.org/. This tutorial aims to provide
insight into Hibernate version 3.0RC and its usage

Is This Answer Correct ?    4 Yes 0 No

What is Hibernate?..

Answer / guest

What is the difference between JDBC and Hibernate?

Is This Answer Correct ?    4 Yes 1 No

What is Hibernate?..

Answer / abdullah wasi

add two more things :
hibernate provides you the database independence. You can
move to any database at deployment time and can change
tables and field names without touching your code.
hibernate provide the result of the queries in the form of
java objects/collections otherwise using JDBC you have to
iterate through result set and then put those values in you
objects yourselves.

Is This Answer Correct ?    2 Yes 0 No

What is Hibernate?..

Answer / mukesh

Hibernate is ORM wich mapps POJO to
access RDBMS using xml file.It is used
for fast and error free access. it reduce the
amount of code we use in JDBC.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

What is actionmapping?

0 Answers  


diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)

8 Answers   Athena Health Care, Symphony, TCS,


Why was reload removed from struts (since 1.1)?

0 Answers  


Please can you tell me ,where can we used the MVC other than web applications.

1 Answers  


What is the main difference between Mvc1 and Mvc2 Architecture??

7 Answers   IBM, Ness Technologies,






Why use struts framework in java?

0 Answers  


how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?

2 Answers   TCS,


When do I need “struts.jar” on my classpath?

0 Answers  


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


What is the front controller in struts2?

0 Answers  


What is xml based validation in struts2?

0 Answers  


can anyone help me to send the code for Jasper Reporting in java?plz

3 Answers   CSC, RFT,


Categories