The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
40 views

Archiving NSArray that contains dictionaries

I am trying to save an NSMutableArray in CoreData. The Array contains objects NSDictionary NSDictionary has following Structure valueDict = { FloorId = F0001; endCoordinates = "NSPoint: ...
3
votes
2answers
51 views

JSON.NET silently ignores circular references and sets arbitrary links in the chain to null to resolve them

I'm trying to serialize an object graph in JSON.NET in which a Galaxy contains StarSystems, a StarSystem contains Planets, a Planet contains a Colony, a Colony has an Owner, and the Galaxy also has a ...
3
votes
0answers
86 views

Can someone explain File Owner in iOS [duplicate]

Apologies in advance for this question, though it's been discussed at length since iOS came out. But I still don't get it, despite my best efforts. The closest image I can picture is "frozen and dried ...
1
vote
2answers
79 views

Can I create a Core Data object graph in one application, then use it in another from a preset state?

My app as it stands now has a .plist of around 5,000 dictionaries which, at runtime, I use to create 5,000 objects of my custom class. Each one contains a few strings, some boolean values, etc. This ...
0
votes
0answers
72 views

Entity Framework 4.4 - Retrieving entities in another project doesn't return full object graph

I have a pretty typical Entity Framework 4.4 (Code-First) project with a context and POCOs. I created UnitOfWork and generic Repository classes for interacting with the context. Here is a stub for ...
0
votes
1answer
119 views

Drools JPA entity object graph updating

When defining Drools rules, what is the best way to accommodate object graphs? Say I have the following Entity object graph with a many-to-many relationship: User <- Group -> Value and I ...
0
votes
1answer
79 views

Drools object graph rule definition

I have an object graph that I am trying to generate Fulfillment object from in Drools. Specifically, Fulfillment objects represent a rule that is either satisfied, or unsatisfied. My object graph ...
1
vote
2answers
77 views

Is it possible to view the Object Graph JAXB analyzes?

I have an existing complex object model that I am trying to marshall to JAXB xml. I don't want to change any of the existing domain classes if possible. I have this snippet working to marshall to a ...
3
votes
1answer
59 views

static analysis to find out all the referenced class from a root in java

In Java language. Given a root class, I want to find out all the classes referenced by the root(the whole object graph). Java Reflect is not sufficient. Because : Class A{ List list = new ...
1
vote
1answer
81 views

Pattern for recursively updating two related object graphs

Imagine I have an object model: A Blog has many Articles, and an Article has many Comments Imagine also that I have two blogs, Blog A and Blog B. Blog A - Article id 1 - Comment id 1 "fun stuff" ...
2
votes
1answer
83 views

How to handle duplicates in disconnected object graph?

I'm having a problem updating a disconnected POCO model in an ASP.NET application. Lets say we have the following model: Users Districts Orders A user can be responsible for 0 or more districts, ...
1
vote
1answer
106 views

Delete nsmanagedboject from context with many to many relationship core data iOS

My model have 2 Entity (Category and News) with many to many relationship: (It mean a category may have many news and a news article may belong to one or more Category). Below is my design: Entity ...
1
vote
1answer
139 views

How can I represent a Hierarchy of Objects in an XML Schema in a way that is suitable for JAXB and Java

I have a data model that represents a taxonomy. The taxonomy is a hierarchy of categories, such as Food +- Pasta +- Spaghetti I would like to represent this as <taxonomy> ...
1
vote
0answers
151 views

Is there any tool to generate Object Graph on iOS app runtime?

I know there are Class Model tools (OmniGraffle, Doxygen) to generate Class model diagrams from the existing Xcode projects. But i'm looking for a tool which generates Object Graph on running iOS app ...
0
votes
0answers
26 views

ORM - different approaches to process changes in a graph of objects

I think there are many tricky issues associated with the processing object-graph and generating sql-script to map changes back to the DB. Handling possible graph cycles or optimizing performance of ...
0
votes
0answers
58 views

sending json data to server and using object graph serialization

I need to send data to server using json. The data structure contains a few variables and an array. I came across this line while trying to do this: "For complex, structured data, sending a ...
1
vote
0answers
167 views

Build nested or hierarchical object graphs in C#

I have an object hierarchy that can be represented simplistically like: public class ChannelEntity { ... public properties .... public FramesetEntity Frameset { get; set; } } public class ...
1
vote
1answer
149 views

Java Serialization of referenced objects is “losing values”?

Good day, I am having an interesting problem that I cannot understand. I have a class called "HomeScreenManager" which maintains a LinkedList<String> called chat. The HomeScreenManager instance ...
4
votes
1answer
278 views

REST API Design for Updating Object Graph

I'm designing a REST API and am looking for the recommended best practice for updating object graphs. My question is best explained in an example, so let's say that I have a GET resource as follows: ...
5
votes
3answers
1k views

What is an efficient way to Merge two iOS Core Data Persistent Stores?

In our app under development we are using Core Data with a sqlite backing store to store our data. The object model for our app is complex. Also, the total amount of data served by our app is too ...
0
votes
1answer
136 views

How to improve Nhibernate performance on paginated queries over an object graph

NHibernate can load the whole of an object and related objects in a single db hit via hints in the mapping, if you are not using a paginated query. If you are using paging however, it makes a great ...
2
votes
2answers
79 views

Remove object from object graph while retaining integrity

In a Relational Database, what is the best way to handle removing an object from the object graph while still retaining referential integrity? At some point, this has to happen. Either through a soft ...
2
votes
1answer
92 views

Disabling the EF Object graph for a query

Im doing caching in an application, on app start I pre-fetch a few million rows of data from a database and jam it into a local cache. My problem is that during the fetch operation when I am loading ...
0
votes
1answer
126 views

Object graph relationship

Why isnt this working...? I have a 'Client' entity and a 'Car' entity in a core data model. It is a one-to-many relationship. I have chosen a 'Client' from a table view controller and pushed a new ...
0
votes
1answer
205 views

Cocoa – Core Data object graph

How do I handle the deletion of the following objects? What should my delete rules look like? Here's what my object graph looks like: Boss Boss-Department has a many-to-many-relationship If a ...
0
votes
1answer
167 views

Traverse and find all given type instances within complex object graph

(using vb.Net 4.0) Say you have an object whose graph is fairly complex - it has properties, arrays and other collections, subclasses with their own properties and collections, etc. I want to fully ...
0
votes
2answers
2k views

binding and configuration for webHttpBinding in RESTful service?

I'm new to WCF and am trying to get my head around the labyrinth of configurations the services take. I have a rest service that can return an export of a table, which it larger than the default ...
0
votes
1answer
489 views

NHibernate, Separate queries (using QueryOver) to populate complex object

We're using a database that doesn't support query batching so we can't make use of NHibernate Futures in this instance. We know we can still populate our complex object graph using multiple-queries ...
0
votes
1answer
360 views

Partial update of entity objects with EF 4

I'm implementing DAL and BL layers of application. It is hosted as WCF service, and EF 4 is used as ORM. We have role based security layer and business rule that only part of object can be updated by ...
1
vote
2answers
231 views

Constructing a navigation path between two objects

Given two .NET objects (a root and a leaf) in an arbitrary object graph (linked by properties and collections), is there an existing API or example to construct a path (something like a WPF property ...
6
votes
2answers
299 views

Serialization - Viewing the Object Graph from a Stream

I'm wondering if there's a way in which I can create a tree/view of a serialised object graph, and whether anyone has any pointers? EDIT The aim being that should we encounter a de-serialization ...
3
votes
1answer
286 views

Should CoreData inverse relationships be represented as retained properties?

I have two entities (Session and User). Session entity has loggedInUser relationship to User entity. And the User entity has session inverse relationship to Session entity. Xcode generates properties ...
0
votes
2answers
239 views

Facebook object graph https request from ruby

How would you do a request to Facebook object graph to get the user's friends? If you type in the url it works in the browser (replaced by valid user_id and access token): ...
0
votes
2answers
408 views

What is the difference between Object-Graph and a class diagram?

Is there a difference in the meaning of "class diagram" and "object graph"?
0
votes
3answers
277 views

Building an object graph from flat object array in javascript

i have a javascript array of objects with objects that look like this: itemId name parentItemId <== top level items with no parent have null value I want to build a graph where the parent ...
11
votes
2answers
328 views

One-way sync of two hierarchies

I'm hoping to write an algorithm to synchronize two hierarchical structures. These structures could be object graphs, data stored in relational database tables, etc (even two different structures, so ...
1
vote
1answer
152 views

FluentNhibernate, retrieve partial Object Graph

So I will call a repository to retrieve the root object of a complex object graph, using FluentNHibernate. But for some sub-level objects I don't want to retrieve all elements, but only those where a ...
4
votes
2answers
1k views

Core Data Alternatives on iOS

I've been developing several iOS applications using Core Data and it has been an excellent framework to work with. However, I've encountered an issue whereby we more or less have distributed objects ...
0
votes
1answer
222 views

How to navigate the object graph using JPA Criteria API?

Suppose we have the following class graph: public final class Address { private final String streetAddress public String getStreetAddress() { return streetAddress; } } public ...
0
votes
3answers
588 views

.NET Binary Serialize object with references to other objects . . . what happens?

If you have an object instance A that references other objects (for example instances B and C), and you binary serialize A to a file, what happens? Do you now have serialized data that includes A, B ...
0
votes
1answer
167 views

Documenting incomplete object graph of DTO object

The current architecture is based on WCF services which populate DTO objects from DB and return them. Some methods return complete object graph, some only partial. If completely populated, some ...
2
votes
2answers
4k views

Rails 3: Escape characters (\) appearing in part of JSON string

Anyone know why some of my json elements are being backslash(\) escaped while others are not? ...
1
vote
2answers
120 views

.Net templating engine with object graph output, not string

I would like to know if there's any templating engine that is used for object graph creation? There are many to create HTML or other string resulting content. But I would like a templating engine that ...
7
votes
3answers
389 views

Library for visualizing object graphs in .NET

Does anyone know of, or can recommend, a library that can recursively visualize an arbitrary object graph in .NET? I need to be able to print out (to the console) a formatted representation of an ...
7
votes
5answers
2k views

Java object graph visitor library

Do you know a good java object graph visitor library? I want to visit an object and its sub components and perform some actions when some conditions are matched. Example usage: on a huge domain ...
6
votes
3answers
630 views

java: assigning object reference IDs for custom serialization

For various reasons I have a custom serialization where I am dumping some fairly simple objects to a data file. There are maybe 5-10 classes, and the object graphs that result are acyclic and pretty ...
0
votes
2answers
589 views

How do I serialize/deserialize a NHibernate entity that has references to other objects?

I have two NHibernate-managed entities that have a bi-directional one-to-many relationship: public class Storage { public virtual string Name { get; set; } public virtual IList<Box> ...
6
votes
3answers
132 views

Why do people talk about DI frameworks “instantiating an object graph” rather than “instantiating objects”?

I'm reading a book about DI that always talks about DI frameworks "instantiating an object graph". Why say it this way rather than "instantiating objects"?
3
votes
1answer
628 views

StructureMap HowTo: Conditional Construction on Deep Object

I'm having difficulty conditionally creating a dependency. Googling, I have yet to find a good example of using the BuildStack and Conditional Predicates. Here's what I'm doing in the Registry: ...
4
votes
4answers
2k views

Clone Whole Object Graph

While using for an object this code to serialize it: public object Clone() { var serializer = new DataContractSerializer(GetType()); using (var ms = new ...

1 2