Class Map Generator for Fluent NHibernate
        Posted  
        
            by Farzad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Farzad
        
        
        
        Published on 2010-04-09T00:29:06Z
        Indexed on 
            2010/04/09
            0:33 UTC
        
        
        Read the original article
        Hit count: 537
        
Is there a Class Map generator for Fluent NHibernate? I need something like db2hbm but I want it to generate Fluent Class Maps instead of xml mappings.
I am aware of AutoMapping for Fluent but that is not what I want. I want to be able to generate Class Map files from tables in database and push them to my src repository.
© Stack Overflow or respective owner