raviraja n


{ City } bangalore
< Country > india
* Profession * project engineer
User No # 6571
Total Questions Posted # 6
Total Answers Posted # 1

Total Answers Posted for My Questions # 28
Total Views for My Questions # 155627

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 0
Questions / { raviraja n }
Questions Answers Category Views Company eMail

What is a thin-client application?

Adobe,

5 Core Java 31747

What is a J2EE component? List out all the component?

Adobe,

2 Core Java 30579

What advantage does an entity bean have over a sessin bean?

Adobe,

3 Core Java 31561

Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?

Adobe,

5 Core Java 21052

In a multitiered application which tier is the browser in?

Adobe,

3 Advanced Java 11823

In a multitiered application which tier is the browser in?

Adobe,

10 Advanced Java 28865




Answers / { raviraja n }

Question { 9530 }

What is Hibernate?


Answer

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