Overload List

  NameDescription
Public methodConfigure()()()()
Configure NHibernate using the <hibernate-configuration> section from the application config file, if found, or the file hibernate.cfg.xml if the <hibernate-configuration> section not include the session-factory configuration.
Public methodConfigure(String)
Configure NHibernate using the file specified.
Public methodConfigure(XmlReader)
Configure NHibernate using the specified XmlReader.
Public methodConfigure(Assembly, String)
Configure NHibernate using a resource contained in an Assembly.

See Also