user1380194
user1380194

Reputation: 49

Regarding generating of HBM files in Hibernate

I am learning Hibernate , I just want to know is there any plugin in eclipse which generates the Hbm Files hibernate mapping files in XML format automatically. Please Advise.

Upvotes: 0

Views: 382

Answers (1)

djmj
djmj

Reputation: 5544

Here you can get the jboss tools plugin for eclipse which includes the Hibernate tools.

http://www.jboss.org/tools/download.html

Upvotes: 1

Related Questions