Saving child collections with OrmLite on Android with objects created from Jackson

You might want to try using a ForeignCollection instead of a Collection in your parent class. From the ORMLite-Documentation: “The foreign collections support the add() and remove() methods in which case the objects will be both added or removed from the internal list if the collection is eager, and DAO calls will be made to … Read more