I know the basics of writing an entity bean. I’ve also used the reverse engineering ejb 3 feature to create the classes from the database table?
Why is there a table.java and tableId.java file? tableId.java file has all the fields. Its confusing. Is table.java the primary key class?
How do I code the persistence.xml file? Can you give me a sample or point me to a good resource?