Releases: spring-projects/spring-data-jpa
Releases · spring-projects/spring-data-jpa
2.6.1
📗 Links
⭐ New Features
- Support for DTO projections in derived query methods #2363
QuerydslJpaPredicateExecutor.exists()
solves the existence test non-optimally #2333
🐞 Bug Fixes
AbstractMapping.getPersistentEntity(Class<?> type)
fails to lookup thePersistentEntity
when the provided type is aHibernateProxy
#2383- Sort.Order ignoreCase does not work when query uses selectionAlias #2280
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.8
2.6.0
2.5.7
📗 Links
⭐ New Features
- DATAJPA-1377 added JpaRepository.getById, deprecated JpaRepository.ge… #2169
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.4.15
📗 Links
⭐ New Features
- DATAJPA-1377 added JpaRepository.getById, deprecated JpaRepository.ge… #2169
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.6.0-RC1
📗 Links
⭐ New Features
- Clarify behavior when both (named and provided query) are configured through
@Query
#2319 - Implement FluentQuery support for Querydsl and Query by Example #2294
- DATAJPA-1377 added JpaRepository.getById, deprecated JpaRepository.ge… #2169
🐞 Bug Fixes
- Types with a
@IdClass
with a single attribute use the underlying@Id
property type within repositories #2330 - EntityManagerBeanDefinitionRegistrarPostProcessor should set primary flag on EntityManager bean definitions #2288
@Query(countName = …)
not considered #2217
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.6
📗 Links
⭐ New Features
- Clarify behavior when both (named and provided query) are configured through
@Query
#2319