Load object with DBFlow
I'm trying to load a full object using db-flow on Android but It doesn't work properly.
The documentation
says:
For efficiency reasons we recommend specifying
@ForeignKey(stubbedRelationship = true). What this will do is only
preset the primary key references into a table object. All other
fields will not be set. If you need to access the full object, you
will have to call...