Is it possible to create read-only repositories using Spring Data?
I have some entities linked to views and some child entities for which I would like to provide a r
As far as we can see in documentation, this is possible by implementing org.springframework.data.repository.Repository.