コード例 #1
0
 public ReportDataSource getDataSource(Integer id) throws ProviderException {
   return (ReportDataSource) hibernateProvider.load(ReportDataSource.class, id);
 }
コード例 #2
0
 public ReportParameter getReportParameter(Integer id) throws ProviderException {
   return (ReportParameter) hibernateProvider.load(ReportParameter.class, id);
 }