Class InParametersQueryTranslator
java.lang.Object
de.hybris.platform.persistence.flexiblesearch.oracle.InParametersQueryTranslator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyzeQuery(String qry, Map queryParams) generateWithClause(List<InParametersQueryTranslator.ExceedingParameter> exceedingParameters) booleanisAnyParamExceedingLimit(String query, Map queryParams) protected booleanisOracle()
-
Constructor Details
-
InParametersQueryTranslator
public InParametersQueryTranslator() -
InParametersQueryTranslator
public InParametersQueryTranslator(int maxParametersLimit)
-
-
Method Details
-
isOracle
protected boolean isOracle() -
isAnyParamExceedingLimit
-
analyzeQuery
public List<InParametersQueryTranslator.ExceedingParameter> analyzeQuery(String qry, Map queryParams) -
generateWithClause
public String generateWithClause(List<InParametersQueryTranslator.ExceedingParameter> exceedingParameters)
-