Package io.micronaut.data.repository.async
Async repository interfaces.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Interface Summary Interface Description AsyncCrudRepository<E,ID> Asynchronous variation ofCrudRepository
.AsyncPageableRepository<E,ID> A repository that supports pagination.