Oh ,I find the IsisJdoSupportService.

2015-05-15 12:17 GMT+08:00 Chuangyu <[email protected]>:

> Hi,
>
> I tried to find query  aggregate values use JDOQL ,but
> DomainObjectContainer seems not support that?
>
> all methods returns  <T>  or List<T>, but cannot return a Integer.
>
> for example :
>
> @javax.jdo.annotations.Query(
> name="countAll",language = "JDOQL",
> value = "SELECT count(this)"
> + "FROM dom.SimpleObject"
> )
>
>
> Thanks
>
> James
>

Reply via email to