/**
  * Method to do inserts.
  *
  * @param criteria object used to create the INSERT statement.
  * @throws TorqueException Any exceptions caught during processing will be rethrown wrapped into a
  *     TorqueException.
  */
 public static ObjectKey doInsert(Criteria criteria) throws TorqueException {
   return BaseOrdenTrabajoPeer.doInsert(criteria, (Connection) null);
 }