コード例 #1
0
 public ReportQuery buildReportQuery() {
   ReportQuery reportQuery = new ReportQuery();
   reportQuery.dontRetrievePrimaryKeys();
   reportQuery.returnSingleAttribute();
   return reportQuery;
 }