Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about greenrobot-objectbox

Read more about greenrobot-objectbox

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - greenrobot-objectbox

Objectbox doesn't store nullable value in one to many relation

I have this one to many relation which looks like this. @Entity() class Product { @Id() int id; String name; String category; int categoryId; WeightType weightType; double? price; doub...
test-img

Pokaboom

flutter

objectbox

flutter-objectbox

greenrobot-objectbox

Votes: 0

Answers: 0

how to add same object in objectbox's box multiple times?

I have ToMany relation which looks like this, @Entity() class Pdf { @Id() int id; Uint8List pdfData; final String customerName; @Property(type: PropertyType.date) final DateTime dateTime; ...
test-img

Pokaboom

flutter

objectbox

flutter-objectbox

greenrobot-objectbox

Votes: 0

Answers: 1

Latest Answer

The problem was that I didn't need to add final pdf = ToOne<Pdf>(); in product's Model and remove the @Backlink() from Pdf model. And it put data in different list and doesn't remove from previo...
test-img

Pokaboom

Dart ObjectBox nested query not working as expected

I have the ObjectBox database and it is working pretty well. But nested queries not working as expected List<Channel> _channels({required String lang}) { final queryBuilder = _channelBox().q...
test-img

Muhammad Al-kady

flutter

dart

objectbox

flutter-objectbox

greenrobot-objectbox

Votes: 0

Answers: 0

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved