Hi,
I have created an "Entity from table" using a table that has 5 columns, and now there was the need to add 2 more columns to that table, so my java class representation of that table is not updated.
Is it possible to update the entity and if so how can I do it?
I already have all the queries in my entity and I don't want to lose them.
I'm using jdev 12c
thk