Function
| Static Public Summary | ||
| public |
belongsToOne(targetModel: *, options: *): * |
|
| public |
hasMany(targetModel: *, options: *): * |
|
Static Public
public belongsToOne(targetModel: *, options: *): * source
import {belongsToOne} from 'Neo4Jay/lib/relations/index.js'Params:
| Name | Type | Attribute | Description |
| targetModel | * | ||
| options | * |
Return:
| * |
public hasMany(targetModel: *, options: *): * source
import {hasMany} from 'Neo4Jay/lib/relations/index.js'Params:
| Name | Type | Attribute | Description |
| targetModel | * | ||
| options | * |
Return:
| * |