Mercurial > lada > lada-server
annotate src/test/resources/datasets/dbUnit_deskriptor.json @ 1244:86ef81592f67
Implement negation of query filter closer to underlying API.
Previously andNot() negated the whole filter and it's usage in
IsUnique was actually a misunderstanding. Having not() as in
javax.persistence.criteria.Predicate seems to be more intuitive for
negating the whole filter and more flexible.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 16 Dec 2016 12:06:34 +0100 |
parents | b652f4c9b75c |
children |
rev | line source |
---|---|
1243
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
1 { |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
2 "stammdaten.deskriptoren": [{ |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
3 "id": 1000 |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
4 }] |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
5 } |