Tagged Questions
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 ...
0
votes
1answer
155 views
Partial schema export in hibernate
EDIT: Hibernate version is 3.6
I am trying to do a partial schema export using hbm2dll SchemaExport. Therefore I access the current hibernate configuration, retrieve the PersistentClass the table ...