Issue Type: Feature Request Feature Request
Affects Versions: 1.0.0
Assignee: Unassigned
Components: android
Created: 24/Apr/13 8:57 AM
Description:

Current "RecordID" implementation is using "getDeclaredFields ()" which is returning only fields of current class.
It doesn't not find the "RecordID" when coming from a superclass like this:

class DBObject

{ @RecordID public Integer id; }

class MyData extends DBObject

{ public String firstName; }

The "Scan" class will not find the inherited "RecordID" in the "MyData" class.

Fix Versions: 1.0.1
Project: AeroGear
Priority: Major Major
Reporter: Summers Pittman
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira