loopback-datasource-juggler/lib
Dimitris Xalatsis 095ddd654e
Add __parent reference to embedded models
Add a new hidden property `__parent` that's automatically set on all
instances of embedded models.

For backwards compatibility, this feature is not enabled by default.
You can turn it on by adding the following line to `server/server.js`
file:

    app.registry.modelBuilder.settings.parentRef = true;
2020-04-17 13:35:42 +02:00
..
connectors Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
kvao Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
browser.depd.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
dao.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
datasource.js mark idColumnName as a deprecated function 2020-03-25 15:18:34 -04:00
date-string.js Fix DateString ctor to accept DateString instances 2019-05-13 15:21:00 +02:00
geo.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
hooks.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
include.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
include_utils.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
introspection.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
jutil.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
list.js Add __parent reference to embedded models 2020-04-17 13:35:42 +02:00
mixins.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
model-builder.js Add __parent reference to embedded models 2020-04-17 13:35:42 +02:00
model-definition.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
model-utils.js chore: update eslint to 6.x 2019-12-03 10:09:16 +01:00
model.js Add __parent reference to embedded models 2020-04-17 13:35:42 +02:00
observer.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
relation-definition.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
relations.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
scope.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
transaction.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
types.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
utils.js Add __parent reference to embedded models 2020-04-17 13:35:42 +02:00
validations.js Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00