Fluent NH and auto mapping

Posts   
 
    
Posts: 1
Joined: 30-May-2010
# Posted on: 30-May-2010 12:19:11   

Hi,

I'm playing with LLBLGen 3.0 and I can see that it can use Fluent NH to configure NH. Brilliant. The one thing that I can not find is how to tell the code generator to use Auto Mapping instead of Fluent Mapping. Is that feature implemented ?

Thanks

Pawel

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 30-May-2010 13:06:20   

No auto-mapping isn't supported. The reason is that the model + mappings are already available and the database schema is created from the model in the designer, so the reason to support auto-mapping is really not there.simple_smile (automapping is used when you have only classes and the tables are 1:1 representations of the classes, at least that's our understanding)

Frans Bouma | Lead developer LLBLGen Pro