Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] is there any way to resolve Type Conversion issue?

If your attribute type is com.fc.datatype.Date, then you should use this type
in the query.

Otherwise just make your attribute java.sql.Date if that is the type you
want to use.

Please also include the exception stack trace.



--
View this message in context: http://eclipse.1072660.n5.nabble.com/is-there-any-way-to-resolve-Type-Conversion-issue-tp155520p155611.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top