Hi,
I am new to Hibernate. My existing hibernate code creates a schema with the help of mapping file in the underlying database and performs all database operations, but my requirement is my code should work with existing schemas also. For example, assume that my code creates an “Emp” table to store all employees’ details in that table. Suppose, if some organizations already has ‘Emp” table having thousands of rows, my code should able to work with that table also instead of creating table again from scratch and inserting those thousands of rows again in the new table.
Please help me how to work with existing schemas. I am eagarly wating for reply... ple help me soon if you have an idea.
- Muni
|