Hi to all.

We need to implement generic JDO repositories with methods for our UI like 
"findByDatabaseId(String Id)" etc.

Also, there's sometimes the need to be able to "compose" a query as a string 
instead of using one pre-declared on a Class with the JDO @Queries annotation 
(for example, for dinamically specify additional filters on the WHERE clause).

The current Apache Isis Query API does not allow tho execute queries defined as 
String.

What's the better way to access the JDO Persistence Manager used by Isis? Is 
there an Apache Isis API that we are missing?

Thanks in advance!



Reply via email to