コード例 #1
0
  /** For internal use only. */
  public static void initMeta() {
    try {
      metaClass.setSuperMetaClass(DbORTrigger.metaClass);

    } catch (Exception e) {
      throw new RuntimeException("Meta init");
    }
  }
コード例 #2
0
  /** For internal use only. */
  public static void initMeta() {
    try {
      metaClass.setSuperMetaClass(DbSMSAssociationGo.metaClass);

    } catch (Exception e) {
      throw new RuntimeException("Meta init");
    }
  }