Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

generate annotated java class from hbm file

I have an old project in which java classes are generated from hbm files.

Is it possible ,using these hbm files, to generate java classes with annotations?

like image 411
senior Avatar asked Feb 12 '26 14:02

senior


1 Answers

We have had the same issue and solved it by using this hbm to annotation converter script https://github.com/SchweizerischeBundesbahnen/hibernate_hbm2annotation

like image 159
GreenRover Avatar answered Feb 14 '26 04:02

GreenRover