Hibernate version: 3.1
Name and version of the database you are using: Oracle 9
Hi all,
My web application uses Mysql and runs fine.. but now i have to migrate it to oracle for some reason. for every table i have used <generator class="native"/> for Primary Key generation..
in mysql i have used auto-increment feature so i dont hv to worry about PK generation.. but for oracle , what should be my approach so that there are minimum changes done to the code ?
My goal is to make this application portable for any DB.. Specially, MySQL, Oracle and SQL server..
Please help me..
Thanks in advance,
Venkatesh
|