sybase « Schema « JPA Q&A





1. migrate database from sybase to mysql    stackoverflow.com

I have been trying to migrate a database from sybase to Mysql. This is my approach:

  1. Generate pojo classes from my sybase database using hibernate in eclipse
  2. Use these pojo classes to generate the ...