Creating a read-only repository with SpringData

后端 未结 6 461
后悔当初
后悔当初 2020-12-13 18:12

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

6条回答
  •  北荒
    北荒 (楼主)
    2020-12-13 18:51

    As far as we can see in documentation, this is possible by implementing org.springframework.data.repository.Repository.

提交回复
热议问题