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

Of course using array for id is not a good idea but we're kinda forced to do it. anyway i've attached my entities to this mail and it's obviously a BUG.

On Thu, Oct 11, 2012 at 5:26 PM, jamesssss <jamesssss@xxxxxxxxx> wrote:
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.
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

Attachment: Subnetwork.java
Description: Binary data

Attachment: SubnetworkPk.java
Description: Binary data


Back to the top