When I browse my DB in the MyEclipse DB Explorer, I can export my tables to Hibernate.
We prefix our table names with the appropriate application that uses those tables. So for instance I have
BF_BOARDROOM
BF_CAPABILITY
MyEclipse generates the classes and XML files as “BfBoardroom” and “BfCapability”…
Is there any way to get around this so it will generate it as “Boardroom” ?
Right now it’s generated, and I rename the Class file, and change the reference in the XML files.
However, it will be annoying to this every time a table is updated.
Thanks,
Greg