-
Methods Method Description io.objectbox.Box.removeByKeys(Collection<Long>) useBox.removeByIds(Collection)
instead.io.objectbox.BoxStoreBuilder.debugTransactions() UseBoxStoreBuilder.debugFlags
instead.io.objectbox.flatbuffers.FlexBuffers.getRoot(ByteBuffer) io.objectbox.Property.eq(Object) UseProperty.equal(boolean)
instead.io.objectbox.Property.gt(Object) UseProperty.greater(short)
instead.io.objectbox.Property.in(Object...) UseProperty.oneOf(int[])
instead.io.objectbox.Property.isNotNull() UseProperty.notNull()
instead.io.objectbox.Property.lt(Object) UseProperty.less(short)
instead.io.objectbox.Property.notEq(Object) UseProperty.notEqual(boolean)
instead.
-
Constructors Constructor Description io.objectbox.flatbuffers.FlexBuffersBuilder(ByteBuffer, int) io.objectbox.sync.SyncChange(long, long[], long[])