Spring Data JPA 1.0.0.M2 released
Dear Spring Community,
we are pleased to announce that the second milestone release of the Spring Data JPA project is now available! The release includes:
- Support for Querydsl predicates and thus type-safe JPA queries
- Validation of @Query annotated queries at bootstrap time
- Support for XML based entity mapping
- Support for Distinct, In and NotIn keywords in query methods
- Ported Hades extensions into Spring Data Commons core
- Various bugfixes.
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.0.0.M2</version>
</dependency>
<repository>
<id>org.springframework.maven.milestone</id>
<name>Spring Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
Download | JavaDocs | Reference documentation (HTML) | Reference documentation (PDF) | Changelog
Looking forward to your feedback in the forums or the issuetracker.