Uses of Package
io.objectbox
-
Packages that use io.objectbox Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.io.objectbox.internal io.objectbox.query io.objectbox.relation io.objectbox.rx3 io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g.io.objectbox.sync.server io.objectbox.tree APIs to interact with tree structures stored in ObjectBox. -
Classes in io.objectbox used by io.objectbox Class Description Box A Box to put and get Objects of a specific Entity class.BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)).BoxStoreBuilder Configures and builds aBoxStorewith reasonable defaults.Cursor EntityInfo Factory Generic Factory that provides a resource on demand (if and when it is required).KeyValueCursor ModelBuilder ModelBuilder.EntityBuilder ModelBuilder.PropertyBuilder ObjectClassPublisher ADataPublisherthat notifiesDataObservers about changes in an entity box.ObjectClassPublisher.PublishRequest Property Meta data describing a Property of an ObjectBox Entity.Transaction TxCallback Callback to be used forBoxStore.runInTxAsync(Runnable, TxCallback)andBoxStore.callInTxAsync(Callable, TxCallback). -
Classes in io.objectbox used by io.objectbox.internal Class Description BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)).Cursor Transaction -
Classes in io.objectbox used by io.objectbox.query Class Description Box A Box to put and get Objects of a specific Entity class.BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)).EntityInfo Property Meta data describing a Property of an ObjectBox Entity. -
Classes in io.objectbox used by io.objectbox.relation Class Description Box A Box to put and get Objects of a specific Entity class.BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)).Cursor EntityInfo Property Meta data describing a Property of an ObjectBox Entity. -
Classes in io.objectbox used by io.objectbox.rx3 Class Description BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)). -
Classes in io.objectbox used by io.objectbox.sync Class Description BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)).BoxStoreBuilder Configures and builds aBoxStorewith reasonable defaults. -
Classes in io.objectbox used by io.objectbox.sync.server Class Description BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)). -
Classes in io.objectbox used by io.objectbox.tree Class Description BoxStore An ObjectBox database that providesBoxesto put and get objects of specific entity classes (seeBoxStore.boxFor(Class)).