CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Core / DAO / Persistent.php
index 2a78ac20066a1fc2922d2b74aa282ae72d40ce19..a3257570f75f4a2ce4bc02ac7421a7d4e6d39195 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Core/Persistent.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9b08831f82375bb41e0f54c03b69b79e)
+ * (GenCodeChecksum:435a9aa78f94ebc91ddf5cccd749c06c)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -101,6 +101,9 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'title' => ts('Persistent ID') ,
           'description' => 'Persistent Record Id',
           'required' => true,
+          'table_name' => 'civicrm_persistent',
+          'entity' => 'Persistent',
+          'bao' => 'CRM_Core_BAO_Persistent',
         ) ,
         'context' => array(
           'name' => 'context',
@@ -110,6 +113,9 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_persistent',
+          'entity' => 'Persistent',
+          'bao' => 'CRM_Core_BAO_Persistent',
         ) ,
         'name' => array(
           'name' => 'name',
@@ -119,12 +125,18 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_persistent',
+          'entity' => 'Persistent',
+          'bao' => 'CRM_Core_BAO_Persistent',
         ) ,
         'data' => array(
           'name' => 'data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Data') ,
           'description' => 'data associated with name',
+          'table_name' => 'civicrm_persistent',
+          'entity' => 'Persistent',
+          'bao' => 'CRM_Core_BAO_Persistent',
         ) ,
         'is_config' => array(
           'name' => 'is_config',
@@ -132,6 +144,9 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'title' => ts('Is Configuration?') ,
           'description' => 'Config Settings',
           'required' => true,
+          'table_name' => 'civicrm_persistent',
+          'entity' => 'Persistent',
+          'bao' => 'CRM_Core_BAO_Persistent',
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);