ejb - Generating Custom Class Names For Entities JPA -
i using myeclipse generate jpa entities (through ejb3 reverse engineering). if table name patient entity generated name of patient want generated entity have appended suffix of entity i.e. resulting entity patiententity. possible? if yes, concrete working example highly appreciated. thanks.
ps. using jpa 2.0, ejb 3.1 , myeclipse enterprise workbench 10.1
there isn't way automatically if go through wizard, page page (so press next on each screen) page can enter class each entity. unfortunately, have enter qualified class name (including package). if don't fill in class field, type default name (the table name) , put in package specified on earlier screen.
Comments
Post a Comment