Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Using @Array for composite key

Using an array as the id is probably not a good idea.  You might consider
uses a generated id for the entity instead.

Please include the code for your entity with how you have mapped it.  It
seems your @Id annotation may be overriding the @Array.  It could be a bug
in our annotation processing.




--
View this message in context: http://eclipse.1072660.n5.nabble.com/Using-Array-for-composite-key-tp154892p154983.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top