What's the difference between
Configuration.Configure(string)
//Configure NHibernate using the file specified.
and
Configuration.AddXmlFile(string)
//Read mappings from a particular XML file.
?
It looks like the latter's functionality is a subset of the former's, but does anyone care to elaborate?