On 20 Aug (17:36), Prasad Iyer wrote: > I got this bunch of tables created for the application with mapping and > everything. > I am in grave problem I need to add few columns to few tables with the > relationship without disturbing the other table > Does anybody knows how do I do that. > An early reply would be highly appreciated.
Add/remove the tables with ALTER syntax DDL (this can be difficult with substandard databases like Oracle) or give Hibernate's SchemaUpdate a try. Sometimes you have to fall back to temporary tables and copy/move data from the old to the new schema in several steps. -- Christian Bauer [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code=104 _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel