Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN Checkin - Bug#215240 - Remove Session Vector API

SVN Checkin - Bug#215240 - Remove Session Vector API

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=215240

 

Code Review:  Andrei (pending)

 

Summary:

We currently have some Session API that still takes Vector instead of List,

Collection.  Some of the API were updated in other releases, but a few were

missed, namely executeQuery().

 

The changes will not affect backward compatibility because Vector is a List.

 

Also some other code cleanup:

- Removed overloaded API that took both List and Vector

- Removed some casts, fixed some spelling

- Removed SDK dead code from change sets

- Fixed some change set comments (references to prototype package)


Back to the top