micronaut-data
micronaut-data copied to clipboard
Add .load(id) method to ReactorCrudRepository
Feature description
Like already requested here #893, this feature would be very useful also for reactive repository. At the moment the load(id) method is only present in JpaRepository and i think it should be expanded to all the repository types.