What is the main feature of Hibernate3?

What is the main feature of Hibernate3?

What is the main feature of Hibernate3?

View Answers

June 8, 2012 at 6:47 PM

Hibernate 3.0, the latest Open Source persistence technology. Features of Hibernate · Hibernate 3.0 provides three full-featured query facilities: Hibernate Query Language, the newly enhanced Hibernate Criteria Query API, and enhanced support for queries expressed in the native SQL dialect of the database.

· Filters for working with temporal (historical), regional or permissioned data.

· Enhanced Criteria query API: with full support for projection/aggregation and subselects.

· Runtime performance monitoring: via JMX or local Java API, including a second-level cache browser.

· Eclipse support, including a suite of Eclipse plug-ins for working with Hibernate 3.0, including mapping editor, interactive query prototyping, schema reverse engineering tool.

· Hibernate is Free under LGPL: Hibernate can be used to develop/package and distribute the applications for free.

· Hibernate is Scalable: Hibernate is very performant and due to its dual-layer architecture can be used in the clustered environments.

· Less Development Time: Hibernate reduces the development timings as it supports inheritance, polymorphism, composition and the Java Collection framework.

· Automatic Key Generation: Hibernate supports the automatic generation of primary key for your.

· JDK 1.5 Enhancements: The new JDK has been released as a preview earlier this year and we expect a slow migration to the new 1.5 platform throughout 2004. While Hibernate3 still runs perfectly with JDK 1.2, Hibernate3 will make use of some new JDK features. JSR 175 annotations, for example, are a perfect fit for Hibernate metadata and we will embrace them aggressively. We will also support Java generics, which basically boils down to allowing type safe collections.

· EJB3-style persistence operations: EJB3 defines the create() and merge() operations, which are slightly different to Hibernate's saveOrUpdate() and saveOrUpdateCopy()operations. Hibernate3 will support all four operations as methods of the Session interface.

· Hibernate XML binding enables data to be represented as XML and POJOs interchangeably.

· The EJB3 draft specification support for POJO persistence and annotations.









Related Tutorials/Questions & Answers:
What is the main feature of Hibernate3?
What is the arguement of main method?
Advertisements
What is the return type of the main method?
What if the main() method is declared as private?
What is the dirty checking feature of Hibernate?
What are the main disadvantages of Java Server Faces 2.0?
What is the first argument of the String array in main() method?
What are the main components of Database management systems software.
Feature of Hibernate3
What is the main advantage of using the hibernate than using the SQL
What is Public static void main
JAVA what is different between static block and public static void main(String a[]) method
What's new in Hibernate 5?
main method
main method
main method
main method
main function
main() method
feature of Java.
MAin error
JSON main question
JSON main question
Dirty checking feature of hibernate.
Main job of cpu
public static void main
Main function.. - Java Beginners
Main method overloading
why not float main?
why not float main?
Main memory is also known as
ModuleNotFoundError: No module named 'main'
ModuleNotFoundError: No module named 'main'
java sleep in main method
java sleep in main method
Main topics in java for IT corporate working?
Can a main method be overloaded?
main func - Java Beginners
main() syntax - Java Beginners
Main features of JSP technology
Is main method compulsory in Java?
create main page
Exception in thread "main" java.lang.ClassCastException
Exception in thread "main" java.lang.ClassCastException
problem with main - Java Beginners
Version of com.cibuddy>main dependency
java main program
search feature - JSP-Servlet
Version of com.makitoo>feature-flag dependency
ModuleNotFoundError: No module named 'common-feature'

Ads