Class HqlQueryPriorityHandler
- java.lang.Object
-
- org.openbravo.service.datasource.hql.HqlQueryPriorityHandler
-
- Direct Known Subclasses:
HqlInserter
,HqlQueryTransformer
public abstract class HqlQueryPriorityHandler extends Object
Defines the priority of the injectors, so in case there are more than one with the same qualifier, the one with lowest priority is selected.HQLDataSourceService.getData(Map, int, int)
-
-
Constructor Summary
Constructors Constructor Description HqlQueryPriorityHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority(Map<String,String> parameters)
Returns the priority of this handler based on the parameters of the request
-