K.A.D.
K.A.D.

Reputation: 3718

S#arp Architecture NHibernate instead of Fluent NHibernate

Is it possible to use NHibernate XML mapping files instead of Fluent NHibernate in S#arp Architecture framework?

Upvotes: 1

Views: 445

Answers (1)

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99720

Yes you can. Take a look at the Northwind sample app's NHibernate.config (the commented mapping element and the related comments)

Upvotes: 2

Related Questions