|
Hibernate#isPropertyInitialized always returns true for new enhancer because FieldInterceptionHelper#isInstrumented returns false because the enhanced class does not implement org.hibernate.bytecode.internal.javassist.FieldHandled.
I'll create a pull request.
|