addRelationClassDecorator(param: RelationshipClassMetadata) {
    this._relationships.push(param);
    this.generateCypherConstraints({
      target: param.target,
      label: param.type,