public function getEventSubscribers()
 {
     $ret = parent::getEventSubscribers();
     $ret[] = Kwf_Model_EventSubscriber::getInstance('Kwf_Model_RowCache_Events', array('modelFactoryConfig' => $this->getFactoryConfig()));
     return $ret;
 }