Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] PostgreSQL database enum types

I have looked through the source code, and the relevant conversion
appears to be in EnumTypeConverter#convertDataValueToObjectValue, on
line 146 of the trunk.  Is there a reason that obj needs to be cast to
a String, or would it be acceptable to replace the cast with
obj.toString()?

-- 
Christopher Smith, CCNP, CCDP, MCP, LPIC-1
Sphere Systems


Back to the top