cds.events test
This commit is contained in:
6
test/events.cds
Normal file
6
test/events.cds
Normal file
@@ -0,0 +1,6 @@
|
||||
service Sue {
|
||||
@cds.persistence.skip
|
||||
entity Foo { key ID:Integer; title:String; status:String(1); }
|
||||
entity Bar { key ID:Integer; foo: Association to Foo }
|
||||
event Foo.changed : projection on Foo { ID, status }
|
||||
}
|
||||
Reference in New Issue
Block a user