Joined: Thu Dec 07, 2006 12:26 pm Posts: 3
|
I'm using Hibernate Tools 3.2.0.beta8 (with eclipse 3.2.1) to generate entity classes and mapping files.
I'm also using a custom ReverseEngineeringStrategy to change generators and other things in the hbm files generated by the tool.
however, I didn't discover wich method must be overwritten to change the following itens of the mapping files:
set lazy="false" (in hibernate 3.2 the default it's "true")
set fetch="join" (in many-to-one relations)
I have searched in the internet (including hibernate tools documentation)
and I didn't find it..
thanks
|
|