Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Need a matching file in eclipselink for ObjectTypeMapping in Toplink.

ObjectTypeMapping  was deprecated and replaced by ObjectTypeConverter in
TopLink 10.1.3.  You basically use a DirectToFieldMapping with the
converter.

The EclipseLink wiki, including docs are at,

http://wiki.eclipse.org/EclipseLink



Balakrishna wrote:
> 
> Hi All,
> 
>          We are migrating toplink to eclipselink.. While migrating we use
> package renamer to find most of the matching classes in eclipselink.   We
> are able to find almost all but we could not be able to find for
> ObjectTypeMapping Class in eclipselink corresponding to
> oracle.toplink.mappings.ObjectTypeMapping  package.
> 
> Could you please give me the matching file..
> 
> If possible , could you give me the correct link to see list of
> deprecated/modified classes in Eclipselink that are in toplink.  The link
> given in eclipse.org is not working for the
>  same.
> 
> 
> Thanks in Advance,
> 
> Regards,
> Balakrishna.
> 


-----
---
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/Need-a-matching-file-in-eclipselink-for-ObjectTypeMapping-in-Toplink.-tp19309381p19414585.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top