A Python based utility to convert your hbm (hibernate mapping xml) files to annotated Java entities.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
hbmtoannotation
.gitignore
LICENSE
README.md

README.md

hbmtoannotation

A Python based utility to convert your hbm (hibernate mapping xml) files to annotated Java entities.

Usage

python main.py

This will generate a Java file in the same path as your hbm file

Limitations

The utility does not convert bidirectional mappings (eg. one to many) and result set mappings as of now.