Joined: Mon Jul 30, 2007 1:59 pm Posts: 6
|
Hello,
I have a big database (152 tables) and I would like to generate HBM and POJO files with Hibernate Tools.
My problem is that when I launch the generation some HBM and POJO from some existing tables are not generated. For instance MyTableMissing's POJO and HBM files are not generated.
My config :
Eclipse JEE 3.3
Hibernate Tools 3.2.0 beta9a
Oracle 10g
If I generate the HBM and POJO of MyTableMissing alone so the files are generated. But in this case the POJO contains setObjectId(long) style instead of setObject(Object) style.
Any idea or information would be welcomed
|
|