DATACMNS-16 - Added 'NotIn' keyword.

This commit is contained in:
Oliver Gierke
2011-02-23 10:07:02 +01:00
parent 7753b9b446
commit 0721c7921c
2 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ Changes in version 1.0.0.M4
Repository
* Improved ParameterAccessor infrastructure
* Added support for 'Distinct' keyword in finder method names
* Added support for 'In' and 'NotIn' keywords
Changes in version 1.0.0.M3 (2011-02-09)
----------------------------------------