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!

Adding rows to VO

918256Mar 23 2012 — edited Mar 23 2012
Hi, I'm using an entity based VO, where the entity is based on a Data base, but I want to add programmed rows to the View Object everytime it executes the entity query

Example:

when loading the page the VO gets its rows from the Data Base, but I want to get each of those rows to create new ones based on that information in the same View Object, is it possible?

My problem is that I don't know which method to use in the ViewObjectImpl, or is there a afterQuery method to override?
And I don't want ot use a coded Entity Object, I need to use a ViewObject that gets its rows from Data Base and from code.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2012
Added on Mar 23 2012
11 comments
269 views