legacy « MySQL « JPA Q&A





1. Hibernate chokes on missing rows when dealing with a legacy database    stackoverflow.com

I am trying to implement hibernate on a legacy database (that still has a legacy PHP client), and am running into some problems because the people who wrote the original app ...

2. Migrating legacy database from MySQL to Oracle 10g    forum.hibernate.org

Hello, I joined a JBOSS/JPA/Hibernate/MySQL project that is in production for 6 months now. We want to migrate the database to Oracle 10g (not only the schema, but also the actual content) and we have some trouble with identifier columns (primary keys). We use default identifier generators for now, i.e. IDENTITY on MySQL and SEQUENCE on Oracle. The first problem after ...