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.
UPDATEandDELETEqueries in a type-safe way.- The CDI standard (JSR-299) can be used by entity listeners, for implementing lifecycle events in separate classes.
AttributeConvertersfor 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.
SynchronizationTypefor control over the synchronization of persistence context with the current transaction.@ConstructorResultannotation 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.
Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
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 ....
I agree to the Terms and Privacy Policy
Thank you!
We will contact you soon.
Tags
JBoss Hibernate News
π Photo of Theodora Fragkouli
Theodora FragkouliJanuary 6th, 2014Last Updated: January 5th, 2014
Theodora FragkouliJanuary 6th, 2014Last Updated: January 5th, 2014
0 77 1 minute read

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