I have a class called Point {int x; int y; } . And I have two other classes say A and B both of which contain a List of Point. What is the proper NHibernate mapping for this scenario?
Thank in advance
I have a class called Point {int x; int y; } . And I have two other classes say A and B both of which contain a List of Point. What is the proper NHibernate mapping for this scenario?
Thank in advance