Guest User

Untitled

a guest
Nov 11th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {"The state of objects in AbstractRequestContext.state.editedProxies":
  2. {
  3.     "When we get the object A from the database": {
  4.         "A": {
  5.             "name": "A1",
  6.             "B": [
  7.                 {
  8.                     "name": "B1",
  9.                     "C": [
  10.                         {
  11.                             "name": "C1"
  12.                         }
  13.                     ]
  14.                 }
  15.             ]
  16.         }
  17.     },
  18.     "After flushing created the B and C objects": {
  19.         "A": {
  20.             "name": "A1",
  21.             "B": [
  22.                 {
  23.                     "name": "B1",
  24.                     "C": [
  25.                         {
  26.                             "name": "C1"
  27.                         }
  28.                     ]
  29.                 },
  30.                 {
  31.                     "name": "B2"
  32.                 }
  33.             ]
  34.         }
  35.     }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment