Ramblings from the Creator of WilsonDotNet.com
Ah, been waiting for this one. Excellent stuff, Paul.
Hi,Paul. I'm trying to use NHibernate now , but I'm confused of the files of O/R mapping (*.hbm.xml),especially the mapping tag of several relationships(one-one,one-many and many-many).Can you give me some other simple examples,code resources will be appreciate! BTW: Can you explain the outer join relationship between two objects.
You do realize that my ORMapper is not NHibernate? Anyhow, I've already posted an example using NHibernate: http://weblogs.asp.net/pwilson/archive/2005/05/26/409042.aspx. As for the outer join relationship, if you download my ORMapper demo you will see it for yourself. But the basic idea is that your object has a lookup that you want to display as part of your object -- my "lookup" feature allows that to be handled transparently. Thanks, Paul Wilson