Home Reference Source

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:

NameTypeAttributeDescription
targetModel *
options *

Return:

*

public hasMany(targetModel: *, options: *): * source

import {hasMany} from 'Neo4Jay/lib/relations/index.js'

Params:

NameTypeAttributeDescription
targetModel *
options *

Return:

*