Mike Nichols
7 posts.
- Isolating NHibernate LoggingI am sure everyone else has already figured this out but thought I'd jot it down here. I wanted to isolate all messages being sent from NHibernate to its…
- NHibernate Composite User Type (ICompositeUserType) gets even betterIn a previous post I proposed a Generic class for building custom types using NHibernate. This lets us keep our Domain entities free from requiring hidden…
- Generic ICompositeUserType implementation for NHibernate mappingHere's an attempt to generalize (sorry Haack) various Value Objects I need to be mapped using NHibernate. Previously, I posted an example of using the…
- Money object and NHibernate ICompositeUserTypeWanting to create an Money object in my application, I first read Fowler's description in his PoEAA book and then looked at JP Boodhoo's implementation…
- Finding calling method using reflectionThere's probably a more elegant way to do this, but I wanted to find out which method had called the current method for logging. For example, I am calling…
- Generic DTO AssemblerPlaying around with incorporating Data Transfer Objects into my project, I figure I can use a touch of reflection to manage most assembler cases which are…
- NHibernate Gotchas - Many-to-many duplicate recordsThis isn't exactly a "gotcha" since it just has to do with writing mappings correctly and thoughfully. But if you are like me, you use CodeSnippets in…
