Uses of Class
com.soffid.scimquery.HQLQuery
Packages that use HQLQuery
-
Uses of HQLQuery in com.soffid.scimquery.expr
Methods in com.soffid.scimquery.expr that return HQLQueryMethods in com.soffid.scimquery.expr with parameters of type HQLQueryModifier and TypeMethodDescriptioncom.soffid.scimquery.expr.EvaluationContextAbstractExpression.generateHQLNotPrStringReference(HQLQuery query, String attributeReference) com.soffid.scimquery.expr.EvaluationContextAbstractExpression.generateHQLStringReference(HQLQuery query, String attributeReference) Generates HQL Sentence attribute referencevoidAbstractExpression.generateHQLStringReference(HQLQuery query, String attributeReference, com.soffid.scimquery.expr.EvaluationContext ctx) Inner method to translate HSQL sentence on a specific contextabstract voidAbstractExpression.generateHSQLString(HQLQuery query) Generates HQL SentencevoidAndExpression.generateHSQLString(HQLQuery query) voidComparisonExpression.generateHSQLString(HQLQuery query) voidNotExpression.generateHSQLString(HQLQuery query) voidOrderByExpression.generateHSQLString(HQLQuery query) voidOrExpression.generateHSQLString(HQLQuery query) voidVoidExpression.generateHSQLString(HQLQuery query)