/**
  * Clear the instance pool.
  *
  * @return void
  */
 public static function clearInstancePool()
 {
     DetallePedidoProveedorPeer::$instances = array();
 }