java code to populate an transient attribute in Oracle ADF
问题 I very new to Oracle ADF. I have created a view object and it has a transient attribute. (Select literal and provided no value.) Now I want to populate the column using another column of the same viewobject(some business calculations are there) from a Java class. Any idea which class or how I can do that? Is it rowImpl class that I have to write my logic? If so can you give an example? here is an example of what I am looking to create. in Hr schema we have Department and Employees table liked