Uses of Class
io.objectbox.annotation.apihint.Beta
-
Packages that use Beta 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@IdProperty, to create an@Indexor a@TransientProperty.io.objectbox.internal io.objectbox.relation io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g. -
-
Uses of Beta in io.objectbox
Classes in io.objectbox with annotations of type Beta Modifier and Type Class Description classCursor<T>Methods in io.objectbox with annotations of type Beta Modifier and Type Method Description voidBox. attach(T entity)longBoxStore. validate(long pageLimit, boolean checkLeafLevel)Validate database pages, a lower level storage unit (integrity check). -
Uses of Beta in io.objectbox.annotation
Classes in io.objectbox.annotation with annotations of type Beta Modifier and Type Class Description interfaceBacklinkDefines a backlink relation, which is based on another relation reversing the direction. -
Uses of Beta in io.objectbox.internal
Classes in io.objectbox.internal with annotations of type Beta Modifier and Type Class Description classDebugCursorNot intended for normal use. -
Uses of Beta in io.objectbox.relation
Methods in io.objectbox.relation with annotations of type Beta Modifier and Type Method Description TARGETToMany. getById(long id)Gets an object by its ID.booleanToMany. hasA(QueryFilter<TARGET> filter)Returns true if at least one of the target objects matches the given filter.booleanToMany. hasAll(QueryFilter<TARGET> filter)Returns true if all of the target objects match the given filter.intToMany. indexOfId(long id)Gets the index of the object with the given ID. -
Uses of Beta in io.objectbox.sync
Classes in io.objectbox.sync with annotations of type Beta Modifier and Type Class Description classSyncChangeA collection of changes made to one entity type during a sync transaction.
-