Fw: [fluent-nhib] Re: Hiding Useless Memembers (like ToString, GetType, etc)

2009-09-28 Thread Lothan
uilds: http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+4.5+Nightly+Builds From: Lothan Sent: Monday, September 28, 2009 2:14 PM To: fluent-nhibernate@googlegroups.com Subject: Re: [fluent-nhib] Re: Hiding Useless Memembers (like ToString, GetType, etc) In ReSharper 4.x, check &q

[fluent-nhib] Re: Hiding Useless Memembers (like ToString, GetType, etc)

2009-09-28 Thread Lothan
In ReSharper 4.x, check "Filter members by [EditorBrowsable] attribute" under Environment, IntelliSense, Completion Appearance. Once that's enabled, you can select whether you want to see members marked Always and/or Advanced. From: Stuart Childs Sent: Monday, September 28, 2009 10:17 AM To: f

[fluent-nhib] Re: Ordering of columns when generating schema for an auto-mapped table

2009-04-11 Thread Lothan
Much, much better. Thank you. -- From: "Jon Kruger" Sent: Thursday, April 09, 2009 12:30 PM To: "Fluent NHibernate" Subject: [fluent-nhib] Re: Ordering of columns when generating schema for an auto-mapped table > > Here's the issue and the patc

[fluent-nhib] Mapping bizarre table hierarchy

2009-01-30 Thread Lothan
I'm scratching my head trying to figure out how to map this mess of a hierarchy. This is a six-table hierarchy with parent, parent-to-child linking table, and four child tables in a poorly attempted one-to-one mapping. Parent Id (int identity) Link Id (foreign key to Parent.Id) ChildType (enum

[fluent-nhib] Re: Academic Questions

2009-01-06 Thread Lothan
r am I missing something large > here? > > How is Spring.NET working out for you? I used to use that quite a lot but > I've found StructureMap to have a lot more functionality and be easier to > use (and no, not just because I work with Jeremy ;) ) > -c > > ___

[fluent-nhib] Re: Academic Questions

2009-01-06 Thread Lothan
I know what you mean. I used to implement certain business logic in the domain classes until I read Domain Driven Design, Applying Domain-Driven Design and Patterns, and a few others. Since then we've moved our domain classes and DAO classes into separate assemblies, made the domain classes pr

[fluent-nhib] Mapping composite-id to class

2008-12-29 Thread Lothan
I've been slowly replacing our NHibernate XML mapping files with ClassMap and ran into a minor snag with our composite key classes. Unfortunately we are supporting a legacy database that uses some evil and nasty composite keys... I hate 'em but we can't change the schema. To solve this problem, I