nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

NH-3730 - Document Mapping By Code

Open nhibernate-bot opened this issue 8 years ago • 1 comments

Ricardo Peres created an issue — :

We should document mapping by code:

  • ClassMapping<> class
  • Model mappers
  • Model inspectors
  • Class<> extension methods etc

nhibernate-bot avatar Oct 12 '17 13:10 nhibernate-bot

Since this issue is still open, I have used mapping by code in the NHibernate.AspNetCore.Identity project, I think these mapping should be a good example, please look at:

https://github.com/nhibernate/NHibernate.AspNetCore.Identity/tree/master/src/NHibernate.AspNetCore.Identity/Mappings and https://github.com/nhibernate/NHibernate.AspNetCore.Identity/tree/master/test/WebTest/Entities .

beginor avatar Apr 27 '22 01:04 beginor