单项选择题

Customer类中有一个Set类型的orders属性,用来存放Order订单对象,在Customer.hbm.xml文件中,用哪个元素映射orders属性()

A.<set>
B.<one-to-many>
C.<many-to-one>
D.<property>