oopss, send to fast. No but it should be interesting to add this kind of feature.
br Christophe On Fri, Dec 12, 2008 at 12:03, Ераскин Алексей <[email protected]> wrote: > Hi, guys! > > I wanna know if I can do in OCM following stuff: > > > > Query q = queryManager.createQuery(oneRecordStatement, Query.XPATH); > > QueryImpl query = (QueryImpl) q; > > query.setLimit(15); > > query.setOffset(0); > > QueryResult queryResult = query.execute(); > > > > There are any methods in OCM for doing pagination ? > >
