Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Renaming of table column names in ADF

User_6YFW7Jan 21 2014

Hi ,

I have one table called NET_TRANSACTIONS (NET_TRANSACTIONS_ID as PK),This table and provided column name is tightly used in our programming and in all jdeveloper generated page bindings as well. Now due to some reasons we needed to rename the table name to PO_TRANSACTIONS(PO_TRANSACTIONS_ID as pk), since previous primary column key is tightly used in many of our screens when we rename the column application stops working, when we refactor the column name in adf it does not update all references of previous column and tables...
Can you please guide me how we can get over this problem...i.e. is there any way in Jdeveloper where we change column name in Entity object and all related references are updated automatically...

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2014
Added on Jan 21 2014
0 comments
101 views