This example shows how relations work in ObjectBox.
- The
Customer
andOrder
classes showcaseToOne
relations. - The
Student
andTeacher
classes showcaseToMany
relations.
See RelationActivity
on how to create, update and delete relations and how to build queries over relations.