Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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.



Back to the top