call query or pl inside vo object or entity for one to one relation.
I have an VO associated to a EO. I put a transsient attribute with fullname of user. That name is in other table, it is a relation one to one. In JPA/Hibernate this is a easy relation(getAttribute), but in OAF I dont know how simulate this relation. I think with a transsient attribute and call in getParameter a query with that relation.any idea?