Вы можете переписать модель ресурсов eav / entity_attribute, как и любую другую модель ресурсов:
<global>
<models>
<eav_resource>
<rewrite>
<entity_attribute>Your_Module_Model_Eav_Resource_Entity_Attribute</entity_attribute>
</rewrite>
</eav_resource>
</models>
</global>
Подтверждение концепции:
echo get_class(Mage::getResourceModel('eav/entity_attribute'));