| We were using byte code enhancement for my current project for 4.3.11.Final version at build time. We did all table mappings with XML and it is working fine for Inserts and Updates but not with DELETEs. So we saw in latest version (i.e. 5.0.0 or later) byte code enhancement is completely modified. But when we are trying to move to new version we observed that enhancement is not working for XML mappings. Is this intentionally removed or is there any defect will fix it. Please let me know if I am missing anything to make it work. |