Appengine Cloud Endpoints & core data -


when using cloud endpoints generated libs, there anyway use core data without manually creating models? there easy way integrate 2 objects endpoint can persisted core data?

i not aware of generic solution. seems me 2 philosophies - appengine cloud endpoints relational database vs. core data object graph - different facilitate solution without manual adaptation.

so there no "easy way integrate two". being said, if write own conversion solution, complicated part seems change foreign keys relationships. apart should not difficult.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -