On 10 January 2014 07:50, <[email protected]> wrote: I would like to create dynamic JDOQL query, meaning without mentioning the > JDO query in the Domain object and create the dynamic JDOQL query with in > ISIS domain service method. > > Is there any other way to create dynamic JDOQL in the domain service > method? Is it possible to directly use JDO query API > > Yes, you can use the IsisJdoSupport service, [1]
Cheers Dan [1] https://isis.apache.org/components/objectstores/jdo/isisjdosupport-service.html
