DATACMNS-1508 - Polishing.

Add findAllById, deleteAll to CoroutineCrudRepository.

Keep CoroutineCrudRepository somewhat in sync with ReactiveCrudRepository by adding based methods for those accecpting Publisher.
Also add some test.

Update License Headers of Kotlin files and fix some warnings. Switch to kotlin-test-junit5.

Original pull request: #415.
This commit is contained in:
Christoph Strobl
2020-01-13 14:01:58 +01:00
committed by Mark Paluch
parent 93c708379e
commit 769b0f6af5
24 changed files with 171 additions and 48 deletions

View File

@@ -112,7 +112,7 @@ public class DummyRepositoryFactory extends RepositoryFactorySupport {
/**
* @author Mark Paluch
*/
public static interface MyRepositoryQuery extends RepositoryQuery {
public interface MyRepositoryQuery extends RepositoryQuery {
}
}