Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsconfig.xml,from 1 to 500,but i want send 498 page directly,how can i cingigure my application

2 Answers   TCS,


What steps are required to for an application migration from Struts1 to Struts2?

0 Answers  


Why do we need mapdispatchtoprops?

0 Answers  


what is the current salary package in India for a java programmer who has 2 years experience

7 Answers  


wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements

2 Answers  


What is dispatch action class?

0 Answers  


what happen if the private constructor is written in a claass

6 Answers  


What are the sections into which a strut configuration file can be divided?

0 Answers  


What are apache struts?

0 Answers  


Can you explain value stack?

0 Answers  


life cycle of struts?

14 Answers   HCL, iGate, Scope International,


can we change the order of parameters in execute()?

4 Answers   Polaris, Serco,


Categories