Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] @BasicMap generated columns

FYI: I entered the following bug to have this error corrected.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=271171

Cheers,
Guy

----- Original Message ----- From: "otismo" <peter@xxxxxxxxx>
To: <eclipselink-users@xxxxxxxxxxx>
Sent: Friday, April 03, 2009 2:16 PM
Subject: Re: [eclipselink-users] @BasicMap generated columns



That worked.  Thanks!

Using mysql 5, I needed a varchar length:
@BasicMap(keyColumn = @Column(columnDefinition = "VARCHAR(255)"))

Peter

--
View this message in context: http://www.nabble.com/%40BasicMap-generated-columns-tp22873004p22873892.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




Back to the top