That's from memory, so excuse any typo's.

 

That's how I implemented the extension method :) Does anyone think those
types should be mapped by default?

 

 

Lazy loading convention. The entities that can be retrieved through my
repository implement IRootAggregate. I'd like a convention to automatically
set lazy loading on any property linking to IRootAggregate.

 

Is that something that we could extend by having something like this:

convention.LazyLoaded = type=> if
typeof(IRootAggregate).IsAssignableForm(type)

?

I'm happy to do the work and commit a patch, but may as well enquire what
people think about the syntax.


Thanks for the pointers :)

Seb


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to