nhibernate-core
nhibernate-core copied to clipboard
NH-3730 - Document Mapping By Code
Ricardo Peres created an issue — :
We should document mapping by code:
- ClassMapping<> class
- Model mappers
- Model inspectors
- Class<> extension methods etc
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 .