Interface DomainEventsReactiveRepository
- All Superinterfaces:
GenericRepository<DomainEvents,,UUID> RxJavaCrudRepository<DomainEvents,UUID>
-
Method Summary
Methods inherited from interface io.micronaut.data.repository.reactive.RxJavaCrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll