When I am persisting my entity in my springboot application, I got this error.
"wrappedCdo is not an instance of given managedType 'TestClass' but 'TestClass'"
But, the error vanished when I restarted the application again. I have seen this happening before as well.
Any idea what must be causing this?