Creation of transient Entity Object in ADF

Scenario: At many point you may feel to create the transient entity object. As we know a transient attribute and transient view object can be created. In the same way we can create the transient entity object. Why we need to create the transient entity object ? This can be see with a suitable example. Suppose you have a transient view object. Now you have created a table on your screen with the help of this transient view object. Now you have populated the data by some code in the transient view object. In my case I have created a page as shown below and created a button which will call a method to populate the table based on transient view object. I have created a transient view object which look likes as shown below. Now I have created the table based on this view object and populating the data using a method call on clicking the button "Populate Table" as shown below. Now when you put the value in table filter with existing value a...