Hi,
Environment:
Hibernate 3.2
JDK1.5
IDE -MyEclipse 6.5
We are trying to reverse engineering table which does not have primary key using MyEclipse IDE. But IDE is generating two DAO classes. One with ID.java and IDTableName.java.
Like to know whether we proceed using these DAO classes.
(I) If it is so, what are all changes need to be done for using the same.
(II) Please provide step by step procedure to do reverse engineering table without primary key.
(III) Is there any performance issue if we use table without primary key
in hibernate.
|