Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {"The state of objects in AbstractRequestContext.state.editedProxies":
- {
- "When we get the object A from the database": {
- "A": {
- "name": "A1",
- "B": [
- {
- "name": "B1",
- "C": [
- {
- "name": "C1"
- }
- ]
- }
- ]
- }
- },
- "After flushing created the B and C objects": {
- "A": {
- "name": "A1",
- "B": [
- {
- "name": "B1",
- "C": [
- {
- "name": "C1"
- }
- ]
- },
- {
- "name": "B2"
- }
- ]
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment