Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] "Global" TypeConverters?

Hi,

Is its possible to configure that a specific TypeConverter always shall be
used for a given class. For instance, I always wants to use my
"TimePointConverter" when a TimePoint is used on one of my domain objects.

As far as I know I need to configure this explicit, e.g. using the @Convert
annotation, on each property where the converter should apply.

Best regards,
Rune
-- 
View this message in context: http://www.nabble.com/%22Global%22-TypeConverters--tp21532618p21532618.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top