i reverse engined entity class but the primary key is not anottaed with GeneratedValue. my table is created on oracle. do i need to add contraint on the table primary key for auto increment?
I\'m using Netbeans to develop an HTML/PHP site and I have the Run Configuration set as follows: Project URL: http://localhost/JEB
I have created several files with unit tests on existing classes in NetBeans project. I used menu \"File/New file/JUnit/Test for Existing Class\" to create test files.