2

I need more than one Label for my entities . Is there a way to specify it in annotation or any other way to do it?

Luanne
  • 19,145
  • 1
  • 39
  • 51
Yuriy Dubyna
  • 82
  • 1
  • 6

1 Answers1

3

At the moment, node entities can have multiple labels only via inheritance. For example, if you have a Person class with Employee extending it, the Employee entity will have both Person and Employee labels.

Luanne
  • 19,145
  • 1
  • 39
  • 51