views:

80

answers:

1

Is it possible to output the resulting hbm file for a class if you are trying to debug a problem?

Are there any tools that can take a hbm and convert it to annotations? or visa versa

+1  A: 

The Hibernate Tools plugin for Eclipse lets you generate hbm xml and annotations

jspcal