Package io.objectbox.internal
Interface CursorFactory<T>
-
@Internal public interface CursorFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cursor<T>createCursor(Transaction tx, long cursorHandle, BoxStore boxStore)
-
-
-
Method Detail
-
createCursor
Cursor<T> createCursor(Transaction tx, long cursorHandle, @Nullable BoxStore boxStore)
-
-