2

Are there any tools or clever methods for me to I visualize the contents of NHibernation hbm.xml files?

I would like to load hbm files into a designer and see them as entities with relations

user375049
  • 277
  • 6
  • 16

2 Answers2

4

Here are a few tools you might want to try.

LLBLGen Pro

Mindscape NHibernate Designer

Visual NHibernate

adriaanp
  • 2,064
  • 2
  • 22
  • 40
3

The hibernate tools plugin for Eclipse (Java) can visualize hibernate hbm.xml files. It might work with some tweeks also for NHibernate hbm.xml files

http://www.hibernate.org/subprojects/tools.html

Eran Medan
  • 44,555
  • 61
  • 184
  • 276