In iOS it is possible to modify managedObject like this:
mo.setValue(obj, forKey: "someAttribute")
Is it possible pass argument i.e. string and not class, pass argument without static type-check?
Or only by passing class as argument?
Task task1 = objCtx.newObject(Task.class);
http://stackoverflow.com/questions/40890602/get-dao-with-weak-typing-in-ormlite
In iOS it is possible to modify managedObject like this:
mo.setValue(obj, forKey: "someAttribute")Is it possible pass argument i.e. string and not class, pass argument without static type-check?
Or only by passing class as argument?
Task task1 = objCtx.newObject(Task.class);http://stackoverflow.com/questions/40890602/get-dao-with-weak-typing-in-ormlite