You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, `Customer` and `Order` has the `belongsTo` relation. When customerId was given,
it becomes the filter for the `Order` repository. It implies that `Order` repository is not a free
form repository but is constrained by `customerID=xxx`.
When doing CRUD operation, make sure this constrained is honored.
Currently, we are using primary key/foreign key for the relationship.
In LB Next, we should allow people to use any properties.
dhmlau
changed the title
[LB-Next] Support of Relation (BelongsTo) for Repository
[LB-Next] Support of Relation (BelongsTo) for Repository and ModelDefinition
Jun 30, 2017
dhmlau
changed the title
[LB-Next] Support of Relation (BelongsTo) for Repository and ModelDefinition
[LB-Next] Support of Relation (BelongsTo & hasMany) for Repository and ModelDefinition
Jul 5, 2017
Details
Details can be found in #419.
This task is only for
belongsTo
relation.Acceptance Criteria
belongsTo
andhasMany
BLOCKED BY
The text was updated successfully, but these errors were encountered: