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!

Update entity attribute, auto-refresh ViewObject

24662Mar 25 2004 — edited Jun 1 2006
Hi,
I have an entity Emp and a ViewObject based on this entity with a where clause like "salary > 2000".
I update the salary from 1900 to 2100 at entity level, but the viewObject is not "automatically-refreshed". So my Employee with his new salary 2100 is not shown in the viewObject.
I understand that the whereClause does not use attribute value of entity.
What the best way to trigger the executeQuery of the dependant views ?
Thanks for idears ?
Rafael.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2006
Added on Mar 25 2004
2 comments
457 views