@Repository public class HibernateReportQueryDao extends Object implements ReportQueryDao
| Constructor and Description |
|---|
HibernateReportQueryDao() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesSupportFlavor(ReportQueryFlavor flavor) |
List<?> |
executeQuery(ReportQuery query) |
ReportQueryFlavor[] |
getSupportedFlavors() |
public boolean doesSupportFlavor(ReportQueryFlavor flavor)
doesSupportFlavor in interface ReportQueryDaopublic List<?> executeQuery(ReportQuery query) throws UnsupportedFlavorException
executeQuery in interface ReportQueryDaoUnsupportedFlavorExceptionpublic ReportQueryFlavor[] getSupportedFlavors()
getSupportedFlavors in interface ReportQueryDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.