Skip to content

Is weak-typing supported when modifying record? #11

Description

@j4nos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions