PK « Oracle « JPA Q&A





1. Oracle legacy table without good PK: How to Hibernate?    stackoverflow.com

I have legacy tables in an Oracle database which i'd like to access from a Java application with Hibernate. The problem is: the tables don't have good primary keys. For instance, ...