The auto generated @Id Long id is said to be unique within specific parent. Does this mean that it is a possible for root entities of the same kind to have them same id. If this is true how do I ensure that root entities of the same kind dont have the same id.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No, why would you think that? Root entities in effect have the same (null) parent, so they will all have unique IDs. |
|||
|
|