Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN main commit: bug#298985 - cache ids

SVN main commit: bug#298985 - cache ids

 

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

 

Code review: Gord, Andrei

 

Changes:

- Changes primary key used in cache and object building to be the id value, or a CacheId instead of Vector.

- Changes weaved code to store Object id instead of Vector.

- Updates XMLObjectBuilder and moxy mappings to use CacheId instead of Vector for document preservation.

- Updates DynamicEntity to use Object id instead of Vector.

- Added some @Override, removed some dead code, some changes from Vector to List.

 


Back to the top