How can I view the mapping configurations passed to NHibernate using the activerecord lock?

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

+1


source to share


1 answer


you can set the isDebug flag to true in the ActiveRecord section of the config file. When this flag is enabled, NHibernate mapping files are saved in the application directory after the ActiveRecord engine is initialized.



+2


source







All Articles