notRelation
notRelation(): (
target,key) =>void
Property level decorator. Specifies if a property is not a relation.
Property automatically becomes a relation property if it has {}Id name structure,
but if the @notRelation decorator is used then the property will not be considered a relation property.
Sets {@link PropertyMeta.notRelation}.
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void