views:

59

answers:

1

As the title says, is it possible to get hands on the XML representation of a fluent nhibernate mapping? And if it is, can this be used directly with Hibernate for Java?

+2  A: 

There's a section in the Fluent NHibernate wiki covering the export of the xml mapping. Section at the bottom headed 'Exporting hbm.xml mappings'

Have not tried it but don't see any reason why the mapping file shouldn't work in Hibernate with minimal modification

dxbmatt
Thanks, I will try it out. Guess you meant "shouldn't work" :)
l3dx
Oops, certainly did. Corrected
dxbmatt