Cheat Sheet: New Features in JPA 2.1

JPA 2.1 introduced 12 new features, like StoreProcedureQueries, Entity Graphs and Attribute Converter, to make your work with the database easier and more efficient.
Download your free New Features in JPA 2.1 cheat sheet now, to get all the information you need to improve your database access.

This 5 page cheat sheet brings you:

- a short description and
- code snippets for each feature,
- links to more detailed articles.

Signup now and get your free New Features in JPA 2.1 cheat sheet and regular blog updates.

I respect your privacy and have ZERO TOLERANCE for spam!

Persistence

Persistence with JPA and Hibernate is one of the main topics in my daily work and on this blog. This page provides an overview of the articles I wrote about this topic and you should expect more of them in the future.

JPA 2.1

JPA 2.1 introduced a set of new features to the specification to make the work with a relational database easier and more efficient. You can get an overview about all the new features in:



Or if you already know what you are searching for, have a look at the list of JPA 2.1 related articles:


Performance

Persisting data with Hibernate and JPA is easy, but you need to be aware of some things to avoid performance pitfalls:

Test

I usually use Arquillian to test my Java EE applications with the application server that will be used in production. Arquillian and the persistence extension can be used to manage the container, deploy the application and manage the database. I described how to do this in:

No comments:

Post a Comment