UserService entities are persistence.skipped

This commit is contained in:
Daniel
2022-09-21 16:33:29 +02:00
parent 6bb51a8807
commit e419fda74e

View File

@@ -5,7 +5,7 @@ service UserService {
/**
* The current user
*/
@odata.singleton entity me {
@odata.singleton entity me @cds.persistence.skip {
id : String; // user id
locale : String;
tenant : String;