Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoreData abstract entity and inheritance #12

Closed
matteomosca opened this issue Mar 19, 2015 · 3 comments
Closed

CoreData abstract entity and inheritance #12

matteomosca opened this issue Mar 19, 2015 · 3 comments

Comments

@matteomosca
Copy link

In my coredata DB there are concrete object B, C, D, that inherit from another abstract object A.
Another object C has a relationship with A, that at runtime could be B, C, D.

During the unmarshaling (NSDictionary -> NSManagedObject) what entity does groot recognize? A or B/C/D?

@matteomosca matteomosca changed the title CoreData entity inheritance doubts CoreData abstract entity and inheritance Mar 20, 2015
@bill350
Copy link

bill350 commented Mar 25, 2015

Hi,
Same question here, it appears that Groot does not manage Abstract Entities.

@matteomosca
Copy link
Author

No way, it doesn't manage Abstract Entities...

@gonzalezreal
Copy link
Owner

Hi there,

Support for entity inheritance has been implemented in #28 and it is currently available in https://github.com/gonzalezreal/Groot/tree/1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants