I'm doing a job with JSf in netbeans; I brought my work project and I tried to edit it in linux Netbeans. The problem is that I eliminate an entity class for a table in my database which is related to other entities ... Despite having made a refactor, when creating a new entity with the same relationships, this one creates me for example Entity Task has relation with file I delete task and recreate it Entity Task has relation with file_1
I do not understand why you recreate another entity file with _1
Please, I need your help to understand what I'm doing wrong.