Enterprise Java

Hibernate 4.3 ORM Tool

Hibernate has recently released the final version of Hibernate ORM 4.3, a Java-based ORM framework that also supports stored procedures and entity graphs. ORM Tool Hibernate 4.3 Released, Implementing JPA 2.1 Specification introduces the main features of the release, which are in short:

  • Support for working with stored procedure and function calls, across both providers and database vendors.
  • UPDATE and DELETE queries in a type-safe way.
  • The CDI standard (JSR-299) can be used by entity listeners, for implementing lifecycle events in separate classes.
  • AttributeConverters for converting basic values between the representation in the database and in the corresponding objects.
  • Entity Graphs for defining how an entity and its sub-elements are loaded.
  • A standardized way of how schema generation is performed across providers together with a baseline of configuration settings all providers understand.
  • SynchronizationType for control over the synchronization of persistence context with the current transaction.
  • @ConstructorResult annotation can be used to construct objects using the argument values returned from a SQL query.

Other significant changes include:

  • Increased support for OSGi environments.
  • Support for inline dirty checking, finding which entities state has changed, based on new bytecode enhancement support within Hibernate.

Want to know how to develop your skillset to become a Java Rockstar?

Join our newsletter to start rocking!

To get you started we give you our best selling eBooks for FREE!

 

1. JPA Mini Book

2. JVM Troubleshooting Guide

3. JUnit Tutorial for Unit Testing

4. Java Annotations Tutorial

5. Java Interview Questions

6. Spring Interview Questions

7. Android UI Design

 

and many more ....

 

Receive Java & Developer job alerts in your Area

I have read and agree to the terms & conditions

 

Theodora Fragkouli

Theodora has graduated from Computer Engineering and Informatics Department in the University of Patras. She also holds a Master degree in Economics from the National and Technical University of Athens. During her studies she has been involved with a large number of projects ranging from programming and software engineering to telecommunications, hardware design and analysis. She works as a junior Software Engineer in the telecommunications sector where she is mainly involved with projects based on Java and Big Data technologies.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button