Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.x
Mapping documents: any
I am successfully using hibernate on a project, but want to add some 'user defined' annotation to the hbm files at the class level.
The reason?
We would like to intgegrate JIBX to dump out relevant persisted objects, and since the HBM files are the authorative source of the mapping / class definitions it seems a natrual place to add JIBX or related tool information.
For , the questions is how to / what is the best way do this within the hbm file?
TIA,
epb