You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes adds support for the derived delete by supports.
To make this possible, both clients (imperative and reactive) needs to be a bit more lenient about what happens when they receive a `null` on `one`: Technically, when there has been a result but the mapping function was asked to return a `void`, this is correct.
Apart from that, the same `detach delete` logic like in `deleteById` is applied.
Valid return types for `deleteBy` are `void` or `long` or wrappers. We don’t match and return.
This closes#2281.
Copy file name to clipboardExpand all lines: src/test/java/org/springframework/data/neo4j/integration/reactive/repositories/ReactivePersonRepository.java
.withMessageMatching("Could not create query for .*: Only the case of String based properties can be ignored within the following keywords: \\[IsNotLike, NotLike, IsLike, Like, IsStartingWith, StartingWith, StartsWith, IsEndingWith, EndingWith, EndsWith, IsNotContaining, NotContaining, NotContains, IsContaining, Containing, Contains, IsNot, Not, Is, Equals\\].");
0 commit comments