When working on Android, does ORMLite only save shallow level objects? I have a data structure with nested Objects, both of which are newly created, and I would like to be a
Did you try this?
@DatabaseField(foreign = true, foreignAutoCreate = true, foreignAutoRefresh = true) public Child child;
I'm using ORMLite 4.35.