Description
The objects read and returned by the generated filler methods are read directly from the database. Thus, the flags isNew and isModified should be set to false. Instead, the filler methods set the flags isNew to true and isModified to true, which is wrong.