This question is about "best use" scenarios in projects with ORMs like NHibernate, Subsonic, Linq2SQL, etc...
All of these tools generate basic entity classes, some with attributes, others without. Do people use these classes as their business classes? Or is there wholesale copying of data from ORM generated classes to manually created business classes?
Thanks.