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:
committed by
Mark Paluch
parent
93c708379e
commit
769b0f6af5
@@ -112,7 +112,7 @@ public class DummyRepositoryFactory extends RepositoryFactorySupport {
|
||||
/**
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
public static interface MyRepositoryQuery extends RepositoryQuery {
|
||||
public interface MyRepositoryQuery extends RepositoryQuery {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user