Question

Is it possible to view the mapping configurations / mapping xml files passed from activerecord to nhibernate?

Was it helpful?

Solution

you can set the isDebug flag to true in the ActiveRecord section of your configuration file. With this flag enabled, the NHibernate mapping files are persisted to the application directory after the ActiveRecord engine has been initialized.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top