@webda/core • Readme | API
Interface: MappingService<T>
A mapping service allow to link two object together
Therefore they need to handle the cascadeDelete
Type parameters
• T = any
Methods
newModel()
newModel(object
): T
Parameters
• object: any
Returns
T
Source
packages/core/src/stores/store.ts:519