Answer Posted / 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 |
Post New Answer View All Answers
Describe the two types of formbeans.
What are the important methods of actionform?
What is java struts?
What is interceptor in Struts2?
What is actioncontext?
What is the use of namespace in action mapping in Struts2?
What is used to display the intermediate result in an interceptor?
What is actionform in struts?
What does params interceptor?
At the point, you should go for struts framework?
What are the core classes of struts framework? Explain
Are interceptors and filters different?
Can we handle exceptions in Struts programmatically?
What is apache struts cve 2017 5638?
When should we use SwtichAction?