Uses of Class
io.objectbox.query.ObjectWithScore
Packages that use ObjectWithScore
-
Uses of ObjectWithScore in io.objectbox.query
Methods in io.objectbox.query that return types with arguments of type ObjectWithScoreModifier and TypeMethodDescriptionQuery.findWithScores()Finds objects matching the query associated to their query score (e.g.Query.findWithScores(long offset, long limit) LikeQuery.findWithScores(), but can skip and limit results.(package private) List<ObjectWithScore<T>> Query.nativeFindWithScores(long handle, long cursorHandle, long offset, long limit)