views:

27

answers:

0

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

related questions