Skip to content
Raphael Mäder requested to merge LTPSLA-150 into master

Created by: antonsudak

This pull request contains major change that required for proper functionality of copy feature. In previous pull request I used EclipseLink feature that allows to copy entities. EclipseLink should reset primary keys of copied entities as well, but for some reason this never happens (I guess that this was caused by primitive type of id field). To solve this issue I updated CopyUtil class and added support of ignoring of primitive fields and marked id field as ignored once again.

Merge request reports