What’s New in Spring Data JPA 1.10
Spring Data JPA 1.10 added the following features:
-
Support for projections in repository query methods.
-
Support for query-by-example.
-
The following annotations have been enabled to build on composed annotations:
@EntityGraph,@Lock,@Modifying,@Query,@QueryHints, and@Procedure. -
Support for the
Containskeyword on collection expressions. -
AttributeConverterimplementations forZoneIdof JSR-310 and ThreeTenBP. -
Upgrade to Querydsl 4, Hibernate 5, OpenJPA 2.4, and EclipseLink 2.6.1.