Javadoc for package XXX
| Package | Description |
|---|---|
| io.objectbox |
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
|
| io.objectbox.annotation |
Annotations to mark a class as an
@Entity,
to specify the @Id Property,
to create an @Index or
a @Transient Property. |
| io.objectbox.annotation.apihint |
Annotations to mark APIs as for example
@Internal
or @Experimental. |
| io.objectbox.config | |
| io.objectbox.converter |
For use with
@Convert: PropertyConverter
to convert custom Property types. |
| io.objectbox.exception |
Various exceptions thrown by ObjectBox.
|
| io.objectbox.flatbuffers | |
| io.objectbox.ideasonly | |
| io.objectbox.internal | |
| io.objectbox.model | |
| io.objectbox.query | |
| io.objectbox.reactive |
Classes to
configure
a DataSubscription for observing Box or Query changes. |
| 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.internal | |
| io.objectbox.sync.listener | |
| io.objectbox.sync.server | |
| io.objectbox.tree |
APIs to interact with tree structures stored in ObjectBox.
|