Hi all,
First of all, congrats to the LLBLGen team for coming up with such a nice product.
Background: My project shall have Remoting and Web Services (actually quite a lot). Hence, as per recommendations in the LLBLGen documentation, we shall have to use the adapter pattern.
Problem: As far as I know, in LLBLGen,
- When you use adapter pattern, lazy loading is not supported.
- Caching is not supported
- Query based search is not supported
These are some of the most important criteria/features (and if I am not wrong, these features are supported in nHibernate) for the selection of ORM for my project.
I would be grateful if anybody could throw some light on the above mentioned 3 things and let me know if there are any solutions(or workarounds) for each of these (especially the Lazy Loading one) in LLBLGen.
I hope to get some comprehensive replies at the earliest.
Thanks!
Regards,
Indrajeet