debugging hibernate annotations, can you output the hbm file?
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 annotatio开发者_运维问答ns? or visa versa
The Hibernate Tools plugin for Eclipse lets you generate hbm xml and annotations
精彩评论