private function getTemplateData()
 {
     return array('tableName' => $this->behavior->getTable()->getPhpName(), 'columnName' => $this->camelize($this->behavior->getParameter('column_name')), 'columnNameUnderscore' => $this->behavior->getParameter('column_name'));
 }
 private function addQueryFilterByHstore()
 {
     return $this->behavior->renderTemplate('queryFilterByHstore', array('tableName' => $this->behavior->getTable()->getName(), 'columnName' => $this->getCamelizedColumnName(), 'columnNameUnderscore' => $this->behavior->getParameter('column_name')));
 }