Search Results for: label/JPA2.1

Criteria Update/Delete – The easy way to implement bulk operations with JPA2.1
| |

Criteria Update/Delete – The easy way to implement bulk operations with JPA2.1

JPA 2.1 added a list of nice features to the specification. One of them is the support for bulk update and delete operations in the Criteria API. We will have a look at the new CriteriaUpdate and CriteriaDelete classes in this article. If you like to learn more about the other features added in JPA 2.1, have…