Hi

Spent a few hours researching this, and have found the posts saying
that this functionality, where i can inject some DDL into the table
create statements is not yet supported by Fluent:
http://www.primordialcode.com/index.php/2009/03/20/nhibernate-give-primary-key-schemaexport-sql-server-sql-express/

Is there another way other than HBM files? I want to do this for every
single class and property.

Basically I want to automate the documentation of my schema via
attributes on my domain objects and their properties using
sp_addextendedproperty.

Just need something triggered by the SchemaExport call, either at the
class, property or schema level, even if its just a delegate to
traverse these attributes and call ExecuteNonQuery().

Thanks for any ideas.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibern...@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to