Interface EntityQueryExpression
- All Known Implementing Classes:
EntityQuery
,EntityQueryCondition
public interface EntityQueryExpression
- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptionboolean
If an expression is marked as translated no additional translation should be performed by anEntityQueryTranslator
.
-
Method Details
-
getOperand
EntityQueryOps getOperand() -
isTranslated
boolean isTranslated()If an expression is marked as translated no additional translation should be performed by anEntityQueryTranslator
.- Returns:
- true if this expression is marked as translated.
- See Also:
-