Is there LIMIT or TOP functions in object db? If so can you provide some examples?
LIMIT or TOP functions
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 - Fast Object Database for Java (JPA/JDO)
Thanks. This solved my purpose.