Hi,
I am currently evaluating LLBLGen for generating NHibernate mappings. The target database contains about 200 tables.
I therefore have my entities split into several logical Groups, such as Customer, Product, Order etc.
I would like to be able to generate the mappings and entities into sub-folders that reflect the Group names.
eg
Product mapping files are generated into a 'Product' sub-folder, under the namspace ProjectName.Entities.Product
Customer mapping files are generated into a 'Customer' sub-folder, under the namspace ProjectName.Entities.Customer
Is this possible.
Thanks