You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if your object has an int getId(); method. Maybe you want to have a
@Field("id")
public int getId();
When the Json is generated the getId() method is called and the result is
placed in "id"
I know that I could have a int field in my class, but, in my case the Id is
generate by Hibernate once the object is saved.
Original issue reported on code.google.com by Germanattanasio on 7 Sep 2010 at 2:04
dragantl, fabiocarvalho777, destan, tchudyk, DavidePastore and 15 more