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?
Asked
Active
Viewed 1,310 times
1 Answers
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
-
Will there be another way in future releases ? – Yuriy Dubyna May 25 '16 at 11:51