from org.hibernate.bytecode.enhance.spi.Enhancer#generateFieldWriter does that.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Oh...
I might have done that already. I think:
if ( enhancementContext.doDirtyCheckingInline( managedCtClass ) ) { writer.insertBefore( typeDescriptor.buildInLineDirtyCheckingBodyFragment( fieldName ) ); }
from org.hibernate.bytecode.enhance.spi.Enhancer#generateFieldWriter does that.