| I noticed this through manual inspection of the generated byte code in intellij. All the $$_ methods are generated on the @EntityClass and all the set methods in the @MappedSuperClass do not have any change or calls to trackChange. I am unsure on how to repro this with a test case as I don't know a valid test for dirty checking. |