Is there LIMIT or TOP functions in object db? If so can you provide some examples?
LIMIT or TOP functions
#1
#2
You can set query result range by using the setFirstResult and setMaxResults methods.
You can find more details and an example in the manual.
ObjectDB Support
#3
Thanks. This solved my purpose.