Realm : How to structure one to many relationship
问题 I have been looking over to many ORM's in android, by far what i have used and would fit to my app so far are ActiveAndroid and SugarOrm, but what i need is not currently supported(not supported but can be fix by creating sql scripts) as of now (one-to-many relationship). Im looking at Realm ORM for android a very promising one. Is this possible with Realm? // this is just a sample of what i need to do., // parent class Message{ long id; List<Meta> messages; } // child class Meta{ long