DATACMNS-32 - Refactored Querydsl support code from JPA and Mongo module into core.

This commit is contained in:
Oliver Gierke
2011-04-20 20:30:00 +02:00
parent c2b8a1cf1a
commit b6845e7310
9 changed files with 340 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Changes in version 1.0.1
----------------------------------------
General
* Extracted Querydsl support code from JPA and Mongo modules (DATACMNS-32)
* Implementations of Page, Pageable and Sort are now serializable (DATACMNS-30)
Changes in version 1.0.0 (2011-04-18)