I right click into the editor of the Entity class. then select Insert Code but do not see the Add Property box.
I want to add a birthday property which must be annotated with the javax.persistence.Temporal annotation to mark the property as date field to the underlying database table.
I am unsure how to use the Netbeans 6.8 IDE to add this??