Uses of Interface
io.objectbox.internal.ToManyGetter
-
Packages that use ToManyGetter Package Description io.objectbox.relation -
-
Uses of ToManyGetter in io.objectbox.relation
Fields in io.objectbox.relation declared as ToManyGetter Modifier and Type Field Description ToManyGetter<TARGET,SOURCE>RelationInfo. backlinkToManyGetterFor ToMany relations based on ToMany backlinks (null otherwise).ToManyGetter<SOURCE,TARGET>RelationInfo. toManyGetterOnly set for ToMany relationsConstructors in io.objectbox.relation with parameters of type ToManyGetter Constructor Description RelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE,TARGET> toManyGetter, int relationId)Stand-alone ToMany.RelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE,TARGET> toManyGetter, ToManyGetter<TARGET,SOURCE> backlinkToManyGetter, int targetRelationId)ToMany as a ToMany backlinkRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE,TARGET> toManyGetter, Property<TARGET> targetIdProperty, ToOneGetter<TARGET,SOURCE> backlinkToOneGetter)ToMany as a ToOne backlink
-