Hi,
I am using Spring Data with the RestRepository exporters. Now I have to modify the standard find and save methods, because access to the data is restricted by certain fields stored with the entities. Is there a way to overwrite standard methods like findAll, or change the query that is executed by them?
Thanks!
I am using Spring Data with the RestRepository exporters. Now I have to modify the standard find and save methods, because access to the data is restricted by certain fields stored with the entities. Is there a way to overwrite standard methods like findAll, or change the query that is executed by them?
Thanks!