Show Menu
Cheatography

What's new in JPA 2.1 Cheat Sheet (DRAFT) by [deleted]

A quick reference of the new features in JPA 2.1

This is a draft cheat sheet. It is a work in progress and is not finished yet.

New Features

Extended JPQA
Stored Procedures
Entity Graphs
Extended Criteria API
Type Converter

Extended JPQA

 

Stored Procedures

Entity Graph

Extended Criteria API

public static final String bla = "asdfasdf"
The Criteria API now supports batch operat­ions.
 

Type Converter