Store
API > [PersistentModel Module] > Store
Class
A store is a container of all the entries of a given type. For example in a blogging application, it could represent all the Users
.
Methods
Methods
«Static» path
► path(model: any
): string
Defined in PersistentModel.ts:337
A class method to provide the database access path of a given document
Parameters:
Param | Type | Description |
---|---|---|
model | any | - |
Returns: string
the database access path of the given document