Uses of Class
io.objectbox.Box
Packages that use Box
Package
Description
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
-
Uses of Box in io.objectbox
Fields in io.objectbox with type parameters of type BoxMethods in io.objectbox that return BoxMethods in io.objectbox with parameters of type BoxModifier and TypeMethodDescriptionstatic <T> voidInternalAccess.commitWriter(Box<T> box, Cursor<T> writer) static <T> Cursor<T> InternalAccess.getActiveTxCursor(Box<T> box) static <T> longInternalAccess.getActiveTxCursorHandle(Box<T> box) static <T> Cursor<T> -
Uses of Box in io.objectbox.query
Fields in io.objectbox.query declared as BoxConstructors in io.objectbox.query with parameters of type BoxModifierConstructorDescription(package private)(package private)Query(Box<T> box, long queryHandle, List<EagerRelation<T, ?>> eagerRelations, QueryFilter<T> filter, Comparator<T> comparator) QueryBuilder(Box<T> box, long storeHandle, String entityName) (package private)QueryPublisher(Query<T> query, Box<T> box) -
Uses of Box in io.objectbox.relation
Fields in io.objectbox.relation declared as Box