We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e94f17 commit 1546199Copy full SHA for 1546199
objectbox-java/src/main/java/io/objectbox/Cursor.java
@@ -223,9 +223,10 @@ public List<T> find(Property property, String value) {
223
}
224
225
/**
226
+ * @deprecated TODO only used in tests, remove in the future
227
* @return key or 0 if not found
228
*/
- public long lookupKeyUsingIndex(int propertyId, String value) {
229
+ long lookupKeyUsingIndex(int propertyId, String value) {
230
return nativeLookupKeyUsingIndex(cursor, propertyId, value);
231
232
0 commit comments