| Interface | Description |
|---|---|
| ListFactory |
| Class | Description |
|---|---|
| ListFactory.ArrayListFactory | |
| ListFactory.CopyOnWriteArrayListFactory | |
| RelationInfo<SOURCE,TARGET> |
Meta info describing a relation including source and target entity.
|
| ToMany<TARGET> |
A List representing a to-many relation.
|
| ToOne<TARGET> |
Manages a to-one relation: resolves the target object, keeps the target Id in sync, etc.
|
ToOne and ToMany
relations between Entities.
For more details look at the documentation of individual classes and docs.objectbox.io/relations.