Skip to content
Discussion options

You must be logged in to vote

Yes, only the root data portal calls (Create/Fetch/Update/Execute) implement the mobile object concept. All child data portal calls are lightweight, don't clone, don't go remote, all they do is invoke the appropriate child data portal operation method in the current context.

The UOW pattern relies on the root object being invoked by the root data portal to be transported to the app server, and once there it can use the root or child data portal to implement all the server-side work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Chicagoan2016
Comment options

Answer selected by Chicagoan2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants