Re: [fluent-nhib] Re: Updated to trunk, lost Not.AutoImport();

2010-02-09 Thread James Gregory
I knew it was still in there somewhere... Glad you found it before I got chance to look. On Tue, Feb 9, 2010 at 6:56 PM, Stefan Moser wrote: > I'll answer my own question here: > > HibernateMapping.Not.AutoImport(); > > Cheers, > Stefan > > > On Mon, Feb 8, 2010 at 5:35 PM, Stefan Moser wrote: >

Re: [fluent-nhib] Re: Updated to trunk, lost Not.AutoImport();

2010-02-09 Thread Stefan Moser
I'll answer my own question here: HibernateMapping.Not.AutoImport(); Cheers, Stefan On Mon, Feb 8, 2010 at 5:35 PM, Stefan Moser wrote: > Is there anyway to set the "auto-import" property per class and not in the > conventions? I want to override my convention in a couple of classes and > ca

Re: [fluent-nhib] Re: Updated to trunk, lost Not.AutoImport();

2010-02-08 Thread Stefan Moser
Is there anyway to set the "auto-import" property per class and not in the conventions? I want to override my convention in a couple of classes and can't figure out how. Cheers, Stefan On Tue, Sep 22, 2009 at 5:14 AM, Paul Batum wrote: > Its set like this: > > return Fluently.Configure() >

[fluent-nhib] Re: Updated to trunk, lost Not.AutoImport();

2009-09-22 Thread Paul Batum
Its set like this: return Fluently.Configure() .Database( // database stuff here ) .Mappings(m => { // fluent mapping stuff here m.FluentMappings.Conventions.Add(AutoImport.Alw

[fluent-nhib] Re: Updated to trunk, lost Not.AutoImport();

2009-09-15 Thread Valeriu Caraulean
Anybody, ideas? I don't want back to .hbm's. Why FluentNHibernate broke backwards compatibility in a such way? On Sep 14, 6:21 pm, Valeriu Caraulean wrote: > Hi everybody. > > Just updated & have my mappings broken because there is no anymore > Not.AutoImport(). I cannot find this feature in cl