Tagged Questions

5
votes
1answer
279 views

Why does hbm2ddl.SchemaExport not run here?

Trying to play around with IInterceptor in NHibernate 2.1.2.4000 I've got the following bit of test code: public class TestingNHibernateInterceptors { [Fact] public void ...
3
votes
1answer
4k views

NHibernate SchemaExport and Configure() catch-22

I want to use DDD in a new project and model my classes first, then generate the database schema based on the class library. My plan is to do this with the NHibernate hbm2ddl tool SchemaExport. The ...