Uses of Interface
io.objectbox.internal.ToOneGetter
Packages that use ToOneGetter
Package
Description
-
Uses of ToOneGetter in io.objectbox.relation
Fields in io.objectbox.relation declared as ToOneGetterModifier and TypeFieldDescriptionfinal ToOneGetter<TARGET, SOURCE> RelationInfo.backlinkToOneGetterFor ToMany relations based on ToOne backlinks (null otherwise).final ToOneGetter<SOURCE, TARGET> RelationInfo.toOneGetterOnly set for ToOne relationsConstructors in io.objectbox.relation with parameters of type ToOneGetterModifierConstructorDescriptionRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE, TARGET> toManyGetter, Property<TARGET> targetIdProperty, ToOneGetter<TARGET, SOURCE> backlinkToOneGetter) ToMany as a ToOne backlinkRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, Property<SOURCE> targetIdProperty, ToOneGetter<SOURCE, TARGET> toOneGetter) ToOne