Skip to content

Commit 17a825a

Browse files
Cursor: add collectStringArray to support PropertyType.StringVector
1 parent da6359d commit 17a825a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

objectbox-java/src/main/java/io/objectbox/Cursor.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ protected static native long collect004000(long cursor, long keyIfComplete, int
106106
int idLong3, long valueLong3, int idLong4, long valueLong4
107107
);
108108

109+
protected static native long collectStringArray(long cursor, long keyIfComplete, int flags,
110+
int idStringArray, String[] stringArray
111+
);
112+
109113
native int nativePropertyId(long cursor, String propertyValue);
110114

111115
native List nativeGetBacklinkEntities(long cursor, int entityId, int propertyId, long key);

0 commit comments

Comments
 (0)