Hi,
I have a simple question with maybe a not so simple answer:
Is it possible to have nested Collection(s)OfElements?
What I mean is this:
Code:
Entity
+-elements (CollectionOfElements)
+-sub elements (CollectionOfElements)
If yes, how would I declare the join column?
I tried using the entity id for the elements collection inside the entity and using the entity id and the element index for the sub elements inside the elements.
However, when deploying this I get a ConcurrentModificationException.
I hope someone can shed some light on this.
Thanks in advance.
Thomas