Uwe (ObjectBox)

Results 603 comments of Uwe (ObjectBox)
trafficstars

@gcostaapps Good to hear. I'll hide these comments then as they do not really help other users with this issue.

There is `containsElement()`, does that work for you?

This is currently not possible. Thank you for your request! Is there any e.g. technical reason why you need this? For others interested, please thumbs up the first post!

Thanks for the suggestion. This is currently not possible, you would have to include all variants chained using an OR condition. Edit: **As a workaround, you could add another property...

Thanks! Note that `notOneOf` is only supported for integer properties in all languages ObjectBox supports. See also the related feature request for the Java library at https://github.com/objectbox/objectbox-java/issues/941. Thumbs up the...

Thanks! However, I don't really see why this is needed. Can you explain how this is useful to you?

But why can't the `Object_` fields be used in your case? We chose explicitly not to add them to the model class to keep it clean (e.g. to avoid any...

Thanks for your request! For anyone else interested, please thumbs up the first post! As noted https://github.com/objectbox/objectbox-java/issues/456 is the Java issue about this. And the current workarounds are to -...

Thanks for reporting! I can't find right now why it was chosen that this does not work, but we'll have a look.

@Mina-1316 Thanks for reporting! Could you add a code example for a broken entity class? TL;DR for me: as the annotation processor, or here kapt, runs before compiling it may...