You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation, the auditing feature work fine if @Id property is wrapper type(e.g. Integer, Long). But it does not work fine if @Id property is primitive type (e.g. int, long ).
I think it should be use the JdbcPersistentEntityInformation#isNew(T) for judging whether new object or not.