Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Using multiple converters in an entity

Looks like we need a @Converters annotation, please log a bug for this.

You can just put them on different fields/methods for now.


Andreas Schmidt wrote:
> 
> I'm using eclipselink 1.1.1 with annotations and wonder how I can
> configure more than one @Converter in an entity.
> 
> The error I get is "Duplicate annotation @Converter"
> 
> Somebody any idea ?
> 
> Thank you.
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/Using-multiple-converters-in-an-entity-tp24371163p24374429.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top