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!

Sharing same entity object with multiple viewobject problem.

SantoshVazaOct 10 2011 — edited Oct 11 2011
Dear All,

I have a common entity entity object, that i am using in 4 different vo(only the where clause is different),
I have created 4 af:table from corrosponding vos, when i am inserting some records in any of the vo then all the vo is showing the same records.. even through each vo is having separate where clause,
But when i do this with separate eo for each vo then it works fine..
Here i just want to do with the single eo being shared by different vo of same kind.. except where clause, Also i want to know why this issue is comming on insert? is it normal expected behaviour ? If yes then how to overcome this problem..? Pls provide any good suggestions if you have..


Thanks & Regards.
Santosh.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2011
Added on Oct 10 2011
13 comments
377 views